aboutsummaryrefslogtreecommitdiff
path: root/board/phytec
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2024-07-16 12:56:46 -0600
committerTom Rini <trini@konsulko.com>2024-07-16 12:56:46 -0600
commit61fac5dffa2f5f0375622a1893a1c5bd8bbd80db (patch)
tree9a8a7e3bae46b3e58301c7c680d6a0ad0273f38b /board/phytec
parent7f050668699377321339d82231afe1417849b5f8 (diff)
parent65a4fa7316cf925e8d9950615bdf2dcb444aa6d3 (diff)
downloadu-boot-61fac5dffa2f5f0375622a1893a1c5bd8bbd80db.zip
u-boot-61fac5dffa2f5f0375622a1893a1c5bd8bbd80db.tar.gz
u-boot-61fac5dffa2f5f0375622a1893a1c5bd8bbd80db.tar.bz2
Merge patch series "configs: phycore_am62x_a53: Add more commands"
Diffstat (limited to 'board/phytec')
-rw-r--r--board/phytec/phycore_am62x/phycore_am62x.env3
-rw-r--r--board/phytec/phycore_am64x/phycore_am64x.env3
2 files changed, 4 insertions, 2 deletions
diff --git a/board/phytec/phycore_am62x/phycore_am62x.env b/board/phytec/phycore_am62x/phycore_am62x.env
index 42db26a..2d6475d 100644
--- a/board/phytec/phycore_am62x/phycore_am62x.env
+++ b/board/phytec/phycore_am62x/phycore_am62x.env
@@ -13,7 +13,8 @@ mmcdev=1
mmcroot=2
mmcpart=1
console=ttyS2,115200n8
-mmcargs=setenv bootargs console=${console} earlycon=ns16550a,mmio32,0x02800000
+earlycon=ns16550a,mmio32,0x02800000
+mmcargs=setenv bootargs console=${console} earlycon=${earlycon}
root=/dev/mmcblk${mmcdev}p${mmcroot} rootwait rw
loadimage=load mmc ${mmcdev}:${mmcpart} ${loadaddr} Image
loadfdt=load mmc ${mmcdev}:${mmcpart} ${fdtaddr} ${fdtfile}
diff --git a/board/phytec/phycore_am64x/phycore_am64x.env b/board/phytec/phycore_am64x/phycore_am64x.env
index ada3a92..e24a958 100644
--- a/board/phytec/phycore_am64x/phycore_am64x.env
+++ b/board/phytec/phycore_am64x/phycore_am64x.env
@@ -11,7 +11,8 @@ mmcdev=1
mmcroot=2
mmcpart=1
console=ttyS2,115200n8
-mmcargs=setenv bootargs console=${console} earlycon=ns16550a,mmio32,0x02800000
+earlycon=ns16550a,mmio32,0x02800000
+mmcargs=setenv bootargs console=${console} earlycon=${earlycon}
root=/dev/mmcblk${mmcdev}p${mmcroot} rootwait rw
loadimage=load mmc ${mmcdev}:${mmcpart} ${loadaddr} Image
loadfdt=load mmc ${mmcdev}:${mmcpart} ${fdtaddr} ${fdtfile}