diff options
author | Chunhe Lan <Chunhe.Lan@freescale.com> | 2015-03-20 17:08:54 +0800 |
---|---|---|
committer | York Sun <yorksun@freescale.com> | 2015-05-04 09:24:04 -0700 |
commit | 373762c34cd33b4a445b758090daaa87ccfa3fc6 (patch) | |
tree | 448991328a7607ead530b1ea2ec9b3f6e716d755 /board/freescale/t4rdb/t4_pbi.cfg | |
parent | 0dc78ff857337a82d39d7e4390e317ffbc93097f (diff) | |
download | u-boot-373762c34cd33b4a445b758090daaa87ccfa3fc6.tar.gz |
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/t4_pbi.cfg')
-rw-r--r-- | board/freescale/t4rdb/t4_pbi.cfg | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/board/freescale/t4rdb/t4_pbi.cfg b/board/freescale/t4rdb/t4_pbi.cfg index c9f8ced2a3..e7bb673e46 100644 --- a/board/freescale/t4rdb/t4_pbi.cfg +++ b/board/freescale/t4rdb/t4_pbi.cfg @@ -19,9 +19,6 @@ 09000d00 00000000 09000d04 fff80000 09000d08 81000012 -#slow mdio clock -095fc030 00008148 -095fd030 00808148 #Configure alternate space 09000010 00000000 09000014 ff000000 |