diff options
author | Thomas Chou <thomas@wytron.com.tw> | 2015-10-28 15:10:39 +0800 |
---|---|---|
committer | Thomas Chou <thomas@wytron.com.tw> | 2015-11-12 08:26:58 +0800 |
commit | af54c18d4c682aafc6b63e3bb4714a0bdcf72121 (patch) | |
tree | 64e9ced400ead541b678ca5dbcbda735340544dc /configs | |
parent | f1056910434d87051ff8af80a84e248dd1670abb (diff) | |
download | u-boot-af54c18d4c682aafc6b63e3bb4714a0bdcf72121.zip u-boot-af54c18d4c682aafc6b63e3bb4714a0bdcf72121.tar.gz u-boot-af54c18d4c682aafc6b63e3bb4714a0bdcf72121.tar.bz2 |
nios2: use cfi flash driver model
Use cfi flash driver model.
Signed-off-by: Thomas Chou <thomas@wytron.com.tw>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/nios2-generic_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/nios2-generic_defconfig b/configs/nios2-generic_defconfig index e42a15e..0a6de6f 100644 --- a/configs/nios2-generic_defconfig +++ b/configs/nios2-generic_defconfig @@ -17,6 +17,8 @@ CONFIG_NET_RANDOM_ETHADDR=y CONFIG_ALTERA_PIO=y CONFIG_MISC=y CONFIG_ALTERA_SYSID=y +CONFIG_MTD=y +CONFIG_CFI_FLASH=y CONFIG_DM_ETH=y CONFIG_ALTERA_TSE=y CONFIG_ALTERA_JTAG_UART=y |