aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTerry Lv <r65388@freescale.com>2010-09-21 15:24:04 +0800
committerTerry Lv <r65388@freescale.com>2010-09-21 15:24:44 +0800
commit359ec824c60dffdca80f42ca626fb5baf67ad20e (patch)
tree18d524ff8f1458cbbd33f4af67962c17789ecb84 /Makefile
parentf7af4ae4bbe25f6e53fcc779458ab31c6c412596 (diff)
ENGR00131779: Use serial_mxc as uart driver for all platforms
Use serial_mxc as uart driver for all platforms. Signed-off-by: Terry Lv <r65388@freescale.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index d2dda8d06..9a35b9d66 100644
--- a/Makefile
+++ b/Makefile
@@ -3260,7 +3260,12 @@ mx50_arm2_mfg_config : unconfig
mx51_bbg_android_config \
mx51_bbg_mfg_config \
+mx51_bbg_iram_config \
mx51_bbg_config : unconfig
+ @[ -z "$(findstring iram_,$@)" ] || \
+ { echo "TEXT_BASE = 0x1FFE5000" >$(obj)board/freescale/mx51_bbg/config.tmp ; \
+ echo "... with iram configuration" ; \
+ }
@$(MKCONFIG) $(@:_config=) arm arm_cortexa8 mx51_bbg freescale mx51
mx51_3stack_android_config \