diff options
author | Peng Fan <Peng.Fan@freescale.com> | 2015-10-16 10:42:09 +0800 |
---|---|---|
committer | Peng Fan <Peng.Fan@freescale.com> | 2015-10-16 11:24:19 +0800 |
commit | 0523479adc9eeed4b81ddf2f88cae6bdeed45891 (patch) | |
tree | 49ede54d2fe94fc1c4fc6e2a68899b9118072c78 /configs/mx6solosabresd_defconfig | |
parent | e16fad0e536d8cddc4abde4b0390c8e6003c1c2e (diff) | |
download | u-boot-imx-0523479adc9eeed4b81ddf2f88cae6bdeed45891.zip u-boot-imx-0523479adc9eeed4b81ddf2f88cae6bdeed45891.tar.gz u-boot-imx-0523479adc9eeed4b81ddf2f88cae6bdeed45891.tar.bz2 |
MLK-11721 imx: mx6q/dl/solo: default support SPI-NOR for sdb boards
1. Default support SPI-NOR for imx6q/dl/solo sabresd board.
2. Fix bug for mx6soloxxx_spinor_defconfig. "nosmp" should be
\"nosmp\".
Signed-off-by: Peng Fan <Peng.Fan@freescale.com>
Diffstat (limited to 'configs/mx6solosabresd_defconfig')
-rw-r--r-- | configs/mx6solosabresd_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/mx6solosabresd_defconfig b/configs/mx6solosabresd_defconfig index 9dbee56..f3ce9f4 100644 --- a/configs/mx6solosabresd_defconfig +++ b/configs/mx6solosabresd_defconfig @@ -1,4 +1,4 @@ -CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=board/freescale/mx6sabresd/mx6solo_4x_mt41j128.cfg,MX6SOLO,SYS_USE_SPINOR,SYS_NOSMP="nosmp"" +CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=board/freescale/mx6sabresd/mx6solo_4x_mt41j128.cfg,MX6SOLO,SYS_USE_SPINOR,SYS_NOSMP=\"nosmp\"" CONFIG_ARM=y CONFIG_TARGET_MX6SABRESD=y CONFIG_SYS_MALLOC_F=y |