diff options
author | Thomas Chou <thomas@wytron.com.tw> | 2015-10-23 14:55:36 +0800 |
---|---|---|
committer | Thomas Chou <thomas@wytron.com.tw> | 2015-10-23 14:55:36 +0800 |
commit | 6168dc6a7a28da3e865314bf1ba5a53eaebe63ac (patch) | |
tree | d0592c9c6515885f0fdadb9e94a7b3defe20b846 /configs | |
parent | 7cacb64a354a1d996ba55e5e35b95f111f00648d (diff) | |
download | u-boot-imx-6168dc6a7a28da3e865314bf1ba5a53eaebe63ac.zip u-boot-imx-6168dc6a7a28da3e865314bf1ba5a53eaebe63ac.tar.gz u-boot-imx-6168dc6a7a28da3e865314bf1ba5a53eaebe63ac.tar.bz2 |
nios2: zap nios2-generic board dir
As we use device tree to control u-boot now, the generic
board can be removed.
Signed-off-by: Thomas Chou <thomas@wytron.com.tw>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/nios2-generic_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/nios2-generic_defconfig b/configs/nios2-generic_defconfig index 3d404b2..ea07b56 100644 --- a/configs/nios2-generic_defconfig +++ b/configs/nios2-generic_defconfig @@ -1,7 +1,7 @@ CONFIG_NIOS2=y +CONFIG_SYS_CONFIG_NAME="nios2-generic" CONFIG_DM_SERIAL=y CONFIG_DM_GPIO=y -CONFIG_TARGET_NIOS2_GENERIC=y CONFIG_DEFAULT_DEVICE_TREE="3c120_devboard" CONFIG_HUSH_PARSER=y CONFIG_CMD_CPU=y |