commit | 373762c34cd33b4a445b758090daaa87ccfa3fc6 | [log] [tgz] |
---|---|---|
author | Chunhe Lan <Chunhe.Lan@freescale.com> | Fri Mar 20 17:08:54 2015 +0800 |
committer | York Sun <yorksun@freescale.com> | Mon May 04 09:24:04 2015 -0700 |
tree | 448991328a7607ead530b1ea2ec9b3f6e716d755 | |
parent | 0dc78ff857337a82d39d7e4390e317ffbc93097f [diff] |
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>