diff options
author | Peng Fan <peng.fan@nxp.com> | 2017-03-04 10:45:42 +0800 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2017-03-20 19:00:35 +0100 |
commit | 6b2781f67970728354174c021c740626a2d620e8 (patch) | |
tree | 6a4692a2c75bb0e461563b1c3dfa4db538c145ed /configs/mx6slevk_spinor_defconfig | |
parent | d5abcf94c7123167725fc22ace342f0d455093c1 (diff) |
imx: mx6slevk: use SPI_BOOT
Use SPI_BOOT instead of SYS_BOOT_SPINOR.
Signed-off-by: Peng Fan <peng.fan@nxp.com>
Cc: Stefano Babic <sbabic@denx.de>
Diffstat (limited to 'configs/mx6slevk_spinor_defconfig')
-rw-r--r-- | configs/mx6slevk_spinor_defconfig | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/configs/mx6slevk_spinor_defconfig b/configs/mx6slevk_spinor_defconfig index 7c0a3a801a..e1c9118afd 100644 --- a/configs/mx6slevk_spinor_defconfig +++ b/configs/mx6slevk_spinor_defconfig @@ -1,7 +1,8 @@ CONFIG_ARM=y CONFIG_ARCH_MX6=y CONFIG_TARGET_MX6SLEVK=y -CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=board/freescale/mx6slevk/imximage.cfg,MX6SL,SYS_BOOT_SPINOR" +CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=board/freescale/mx6slevk/imximage.cfg,MX6SL" +CONFIG_SPI_BOOT=y CONFIG_BOOTDELAY=3 CONFIG_BOARD_EARLY_INIT_F=y CONFIG_HUSH_PARSER=y |