diff options
author | Anish Trivedi <anish@freescale.com> | 2010-09-20 17:26:19 -0500 |
---|---|---|
committer | Anish Trivedi <anish@freescale.com> | 2010-09-21 10:13:42 -0500 |
commit | a8e2d7b371963585736d34c3e589b9309ddff493 (patch) | |
tree | c8f5f1d4c580b69b8805fe301acc358ac0c1bced /Makefile | |
parent | 359ec824c60dffdca80f42ca626fb5baf67ad20e (diff) | |
download | u-boot-imx-a8e2d7b371963585736d34c3e589b9309ddff493.zip u-boot-imx-a8e2d7b371963585736d34c3e589b9309ddff493.tar.gz u-boot-imx-a8e2d7b371963585736d34c3e589b9309ddff493.tar.bz2 |
ENGR00131691 MX50 RDP Uboot
Add support for building uboot for MX50 reference design platform:
1) LPDDR2 init script (v0.3 from Mike Kjar, dated 9/14)
2) iomux
3) new board file and machine id for RDP
4) Updates for iram boot on RDP
Signed-off-by: Anish Trivedi <anish@freescale.com>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -3258,6 +3258,14 @@ mx50_arm2_mfg_config : unconfig } @$(MKCONFIG) $(@:_config=) arm arm_cortexa8 mx50_arm2 freescale mx50 +mx50_rdp_iram_config \ +mx50_rdp_config : unconfig + @[ -z "$(findstring iram_,$@)" ] || \ + { echo "TEXT_BASE = 0xF8008400" >$(obj)board/freescale/mx50_rdp/config.tmp ; \ + echo "... with iram configuration" ; \ + } + @$(MKCONFIG) $(@:_config=) arm arm_cortexa8 mx50_rdp freescale mx50 + mx51_bbg_android_config \ mx51_bbg_mfg_config \ mx51_bbg_iram_config \ |