diff options
| author | Tom Rini <[email protected]> | 2024-07-16 12:56:46 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2024-07-16 12:56:46 -0600 |
| commit | 61fac5dffa2f5f0375622a1893a1c5bd8bbd80db (patch) | |
| tree | 9a8a7e3bae46b3e58301c7c680d6a0ad0273f38b /board | |
| parent | 7f050668699377321339d82231afe1417849b5f8 (diff) | |
| parent | 65a4fa7316cf925e8d9950615bdf2dcb444aa6d3 (diff) | |
Merge patch series "configs: phycore_am62x_a53: Add more commands"
Diffstat (limited to 'board')
| -rw-r--r-- | board/phytec/phycore_am62x/phycore_am62x.env | 3 | ||||
| -rw-r--r-- | board/phytec/phycore_am64x/phycore_am64x.env | 3 |
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 42db26a5990..2d6475d408f 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 ada3a9233be..e24a958f51d 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} |
