summaryrefslogtreecommitdiff
path: root/board/freescale/t4rdb/MAINTAINERS
diff options
context:
space:
mode:
authorChunhe Lan <Chunhe.Lan@freescale.com>2015-03-20 17:08:54 +0800
committerYork Sun <yorksun@freescale.com>2015-05-04 09:24:04 -0700
commit373762c34cd33b4a445b758090daaa87ccfa3fc6 (patch)
tree448991328a7607ead530b1ea2ec9b3f6e716d755 /board/freescale/t4rdb/MAINTAINERS
parent0dc78ff857337a82d39d7e4390e317ffbc93097f (diff)
downloadu-boot-imx-373762c34cd33b4a445b758090daaa87ccfa3fc6.zip
u-boot-imx-373762c34cd33b4a445b758090daaa87ccfa3fc6.tar.gz
u-boot-imx-373762c34cd33b4a445b758090daaa87ccfa3fc6.tar.bz2
powerpc/t4rdb: Add SD boot support for T4240RDB board
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>
Diffstat (limited to 'board/freescale/t4rdb/MAINTAINERS')
-rw-r--r--board/freescale/t4rdb/MAINTAINERS1
1 files changed, 1 insertions, 0 deletions
diff --git a/board/freescale/t4rdb/MAINTAINERS b/board/freescale/t4rdb/MAINTAINERS
index 845c1b6..53ccabc 100644
--- a/board/freescale/t4rdb/MAINTAINERS
+++ b/board/freescale/t4rdb/MAINTAINERS
@@ -5,3 +5,4 @@ F: board/freescale/t4rdb/
F: include/configs/T4240RDB.h
F: configs/T4160RDB_defconfig
F: configs/T4240RDB_defconfig
+F: configs/T4240RDB_SDCARD_defconfig