mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-05 12:45:42 +00:00
373762c34c
This patch adds SD boot support for T4240RDB board. SPL framework is used. PBL initializes the internal RAM and copies SPL to it. Then SPL initializes DDR using SPD and copies u-boot from SD card to DDR, finally SPL transfers control to u-boot. Signed-off-by: Chunhe Lan <Chunhe.Lan@freescale.com> [York Sun: Fix T4240RDB_SDCARD_defcofig] Reviewed-by: York Sun <yorksun@freescale.com>
8 lines
220 B
Text
8 lines
220 B
Text
T4RDB BOARD
|
|
M: Chunhe Lan <Chunhe.Lan@freescale.com>
|
|
S: Maintained
|
|
F: board/freescale/t4rdb/
|
|
F: include/configs/T4240RDB.h
|
|
F: configs/T4160RDB_defconfig
|
|
F: configs/T4240RDB_defconfig
|
|
F: configs/T4240RDB_SDCARD_defconfig
|