diff options
author | Nancy Chen <Nancy.Chen@freescale.com> | 2012-01-23 05:39:32 -0600 |
---|---|---|
committer | Nancy Chen <Nancy.Chen@freescale.com> | 2012-01-24 10:08:28 -0600 |
commit | 23971b0a8f674460c367b9556bc3e4c95e16faeb (patch) | |
tree | e59ac3d6b2dbcc5e6d01cd020c8b192c07631fce /Makefile | |
parent | 62ade1e4ba642f476d0f7a6f756d9e6f14d3c0bb (diff) | |
download | u-boot-imx-23971b0a8f674460c367b9556bc3e4c95e16faeb.zip u-boot-imx-23971b0a8f674460c367b9556bc3e4c95e16faeb.tar.gz u-boot-imx-23971b0a8f674460c367b9556bc3e4c95e16faeb.tar.bz2 |
ENGR00172343 Add suport for i.MX 6Q Sabre Smart Device
Add suport for i.MX 6Quad SABRE Smart Device.
Signed-off-by: Nancy Chen <Nancy.Chen@freescale.com>
Signed-off-by: Tony Lin <tony.lin@freescale.com>
Signed-off-by: Frank Li <Frank.Li@freescale.com>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -3317,6 +3317,14 @@ mx6q_arm2_iram_config : unconfig } @$(MKCONFIG) $(@:_config=) arm arm_cortexa8 mx6q_arm2 freescale mx6 +mx6q_sabresd_config \ +mx6q_sabresd_iram_config : unconfig + @[ -z "$(findstring iram_,$@)" ] || \ + { echo "TEXT_BASE = 0x00910000" >$(obj)board/freescale/mx6q_sabresd/config.tmp ; \ + echo "... with iram configuration" ; \ + } + @$(MKCONFIG) $(@:_config=) arm arm_cortexa8 mx6q_sabresd freescale mx6 + mx6q_sabrelite_config \ mx6q_sabrelite_android_config \ mx6q_sabrelite_mfg_config : unconfig |