aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJason Liu <r64343@freescale.com>2010-07-07 05:33:19 +0800
committerJason Liu <r64343@freescale.com>2010-07-07 05:35:42 +0800
commit315847875c915dc4ee666743bf99235a4f9a4b8d (patch)
tree3826d1d2c017bc1ec39a8e6fcc440a9164c43254 /Makefile
parent65d7ce607bd4a831c3da00884d7bf00fc412928f (diff)
ENGR00124359 Add uboot support for MX50
Add initial support for MX50 -Support mddr200Mhz, lpddr2266Mhz ARM2 board, -Support boot from SD/MMC, -Support boot from SPI-NOR, -Support FEC, UART, -Support SD/MMC/SPI command within UBOOT Signed-off-by: Anish Trivedi <anish@freescale.com> Signed-off-by: Terry Lv <r65388@freescale.com> Signed-off-by: Jason Liu <r64343@freescale.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 2def708e5..61dbcb9e1 100644
--- a/Makefile
+++ b/Makefile
@@ -3247,6 +3247,15 @@ mx35_3stack_mfg_config \
mx35_3stack_mmc_config: unconfig
@$(MKCONFIG) $(@:_config=) arm arm1136 mx35_3stack freescale mx35
+mx50_arm2_lpddr2_config \
+mx50_arm2_iram_config \
+mx50_arm2_config : unconfig
+ @[ -z "$(findstring iram_,$@)" ] || \
+ { echo "TEXT_BASE = 0xF8008400" >$(obj)board/freescale/mx50_arm2/config.tmp ; \
+ echo "... with iram configuration" ; \
+ }
+ @$(MKCONFIG) $(@:_config=) arm arm_cortexa8 mx50_arm2 freescale mx50
+
mx51_bbg_android_config \
mx51_bbg_mfg_config \
mx51_bbg_config : unconfig