diff options
author | Huang Shijie <b32955@freescale.com> | 2012-08-13 16:48:06 +0800 |
---|---|---|
committer | Huang Shijie <b32955@freescale.com> | 2012-08-20 16:08:52 +0800 |
commit | d4b9e8af7b17845aeca4aaf2efda3f06910fb356 (patch) | |
tree | 57745fc25862b4739fac9bde8a6ec0491d948d23 /Makefile | |
parent | 82f13452791cf4077e2f88adf347f61cffc3afc5 (diff) | |
download | u-boot-imx-d4b9e8af7b17845aeca4aaf2efda3f06910fb356.zip u-boot-imx-d4b9e8af7b17845aeca4aaf2efda3f06910fb356.tar.gz u-boot-imx-d4b9e8af7b17845aeca4aaf2efda3f06910fb356.tar.bz2 |
ENGR00217505-1 uboot: MX6Q-ARD: add a NAND boot config
add a new config for NAND boot in the mx6q-ard board.
Signed-off-by: Huang Shijie <b32955@freescale.com>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -3343,6 +3343,7 @@ mx6q_sabrelite_mfg_config : unconfig mx6solo_sabreauto_config \ mx6solo_sabreauto_mfg_config \ mx6q_sabreauto_mfg_config \ +mx6q_sabreauto_nand_boot_config \ mx6q_sabreauto_config : unconfig @$(MKCONFIG) $(@:_config=) arm arm_cortexa8 mx6q_sabreauto freescale mx6 |