diff options
author | Anish Trivedi <anish@freescale.com> | 2010-09-20 17:26:19 -0500 |
---|---|---|
committer | Justin Waters <justin.waters@timesys.com> | 2012-09-05 14:57:26 -0400 |
commit | d067fe5bdacdeb152089b5b43274e133019a0a25 (patch) | |
tree | c8f5f1d4c580b69b8805fe301acc358ac0c1bced /Makefile | |
parent | c67176747aa6c5eb2663bf6e6c9256f5f509e763 (diff) |
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 \ |