diff options
author | Anish Trivedi <anish@freescale.com> | 2011-10-28 10:33:17 -0500 |
---|---|---|
committer | Anish Trivedi <anish@freescale.com> | 2011-10-28 15:30:47 -0500 |
commit | 54e64d791b4431d93bc18ba8c1c5a2860bc8b201 (patch) | |
tree | e789bcfe3d2cc36856dd68314902257d503ef76b /Makefile | |
parent | ec10ca317794cd7e83e11df57e89085046ccd940 (diff) | |
download | u-boot-imx-54e64d791b4431d93bc18ba8c1c5a2860bc8b201.zip u-boot-imx-54e64d791b4431d93bc18ba8c1c5a2860bc8b201.tar.gz u-boot-imx-54e64d791b4431d93bc18ba8c1c5a2860bc8b201.tar.bz2 |
ENGR00161004 MX6Q Uboot Rename sabreauto to arm2 board
Sabreauto is an inaccurate name for the Armadillo2 board that
this code is actually meant for. So, replaced "sabreauto" in folder names,
file names, configs, and code with "arm2". Created a new machine id for
ARM2 board.
Signed-off-by: Anish Trivedi <anish@freescale.com>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -3306,15 +3306,15 @@ mx53_evk_mfg_config \ mx53_evk_config : unconfig @$(MKCONFIG) $(@:_config=) arm arm_cortexa8 mx53_evk freescale mx53 -mx6q_sabreauto_config \ -mx6q_sabreauto_mfg_config \ -mx6q_sabreauto_lpddr2_config \ -mx6q_sabreauto_iram_config : unconfig +mx6q_arm2_config \ +mx6q_arm2_mfg_config \ +mx6q_arm2_lpddr2_config \ +mx6q_arm2_iram_config : unconfig @[ -z "$(findstring iram_,$@)" ] || \ - { echo "TEXT_BASE = 0x00910000" >$(obj)board/freescale/mx6q_sabreauto/config.tmp ; \ + { echo "TEXT_BASE = 0x00910000" >$(obj)board/freescale/mx6q_arm2/config.tmp ; \ echo "... with iram configuration" ; \ } - @$(MKCONFIG) $(@:_config=) arm arm_cortexa8 mx6q_sabreauto freescale mx6 + @$(MKCONFIG) $(@:_config=) arm arm_cortexa8 mx6q_arm2 freescale mx6 mx6q_sabrelite_config : unconfig @$(MKCONFIG) $(@:_config=) arm arm_cortexa8 mx6q_sabrelite freescale mx6 |