diff options
| author | Pali Rohár <[email protected]> | 2021-07-23 11:14:26 +0200 |
|---|---|---|
| committer | Stefan Roese <[email protected]> | 2021-07-31 09:49:32 +0200 |
| commit | abbf2179b251493b09c08d90e46ca0de950b3410 (patch) | |
| tree | bb9c1ac19d9bb06d883c892068f636a3a8647595 /scripts | |
| parent | 9d0225b7fa1571ebe62f7c59ae140fd8df77a34d (diff) | |
arm: mvebu: Use U-Boot's SPL BootROM framework for booting from NAND/UART
Current code uses hack in board_init_f() which calls return_to_bootrom()
to skip U-Boot SPL code and return back to BootROM to load U-Boot via
UART or from NAND.
This change migrates that hack from the board_init_f() function and
changes it to return BOOT_DEVICE_BOOTROM instead of returning to BootROM
directly, so that U-Boot's SPL framework is used for returning to
BootROM.
Signed-off-by: Pali Rohár <[email protected]>
Reviewed-by: Marek Behún <[email protected]>
Reviewed-by: Stefan Roese <[email protected]>
Reviewed-by: Chris Packham <[email protected]>
Tested-by: Chris Packham <[email protected]>
Diffstat (limited to 'scripts')
0 files changed, 0 insertions, 0 deletions
