diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2017-02-13 01:29:55 (GMT) |
---|---|---|
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | 2017-02-22 23:37:56 (GMT) |
commit | 5c8c6da1329f6afae318e70de97b32369ea53135 (patch) | |
tree | f7fc1555536853216c16a29be33733124532ec60 /configs/uniphier_sld3_defconfig | |
parent | c276953885d0abd2e2452508e45455a69fc8ca37 (diff) | |
download | u-boot-5c8c6da1329f6afae318e70de97b32369ea53135.tar.xz |
ARM: uniphier: disable CONFIG_MTD_NOR_FLASH
This feature is seldom used these days on UniPhier boards.
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Diffstat (limited to 'configs/uniphier_sld3_defconfig')
-rw-r--r-- | configs/uniphier_sld3_defconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configs/uniphier_sld3_defconfig b/configs/uniphier_sld3_defconfig index f1f2a3f..29f43cd 100644 --- a/configs/uniphier_sld3_defconfig +++ b/configs/uniphier_sld3_defconfig @@ -32,7 +32,6 @@ CONFIG_GPIO_UNIPHIER=y CONFIG_MISC=y CONFIG_I2C_EEPROM=y CONFIG_MMC_UNIPHIER=y -CONFIG_MTD_NOR_FLASH=y CONFIG_NAND_DENALI=y CONFIG_SYS_NAND_DENALI_64BIT=y CONFIG_NAND_DENALI_SPARE_AREA_SKIP_BYTES=8 |