mvebu: GL-MV1000: add custom boot script
authorEnrico Mioso <mrkiko.rs@gmail.com>
Tue, 2 Jul 2024 16:09:07 +0000 (18:09 +0200)
committerRobert Marko <robimarko@gmail.com>
Tue, 6 Aug 2024 19:46:25 +0000 (21:46 +0200)
commit2aa760acd688a22fa6a7c3c6a153ddd1099e92e4
tree71aaec872f68e6fec79d6d363150840187255656
parenteda9509bbaf51c7b5bb6dc438e800fe3556601f5
mvebu: GL-MV1000: add custom boot script

This allows booting from internal eMMC or SD card just changing the
U-Boot mmc_dev variable.
In particular, setting mmc_dev to 1 will result in booting from the SD card.
Setting the variable to 0 will result in internal eMMC boot (the default).
Should the variable be unset or an error condition occur while reading
from SD card, internal MMC booting will be tried.

Signed-off-by: Enrico Mioso <mrkiko.rs@gmail.com>
target/linux/mvebu/image/cortexa53.mk
target/linux/mvebu/image/gl-mv1000.bootscript [new file with mode: 0644]