diff options
author | Soeren Moch <smoch@web.de> | 2015-08-13 21:08:46 +0200 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2015-09-02 15:34:12 +0200 |
commit | f296f139158f55ac1274310edd7d4d9242e4e3d7 (patch) | |
tree | acbadeeb50b3c953b464ef8ae578f1cf26500d95 /configs/tbs2910_defconfig | |
parent | c3f871c17604889659e1148c7a974a435227ae5e (diff) | |
download | u-boot-imx-f296f139158f55ac1274310edd7d4d9242e4e3d7.zip u-boot-imx-f296f139158f55ac1274310edd7d4d9242e4e3d7.tar.gz u-boot-imx-f296f139158f55ac1274310edd7d4d9242e4e3d7.tar.bz2 |
tbs2910: remove deprecated CONFIG_SYS_EXTRA_OPTIONS
move options from CONFIG_SYS_EXTRA_OPTIONS to board specific Kconfig
Signed-off-by: Soeren Moch <smoch@web.de>
Diffstat (limited to 'configs/tbs2910_defconfig')
-rw-r--r-- | configs/tbs2910_defconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configs/tbs2910_defconfig b/configs/tbs2910_defconfig index 5dca230..822aec3 100644 --- a/configs/tbs2910_defconfig +++ b/configs/tbs2910_defconfig @@ -1,7 +1,6 @@ CONFIG_ARM=y CONFIG_ARCH_MX6=y CONFIG_TARGET_TBS2910=y -CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=board/boundary/nitrogen6x/nitrogen6q2g.cfg,MX6Q" # CONFIG_CMD_IMLS is not set # CONFIG_CMD_FLASH is not set CONFIG_DM=y |