diff options
author | Miquel Raynal <miquel.raynal@bootlin.com> | 2018-02-28 20:52:00 +0100 |
---|---|---|
committer | Maxime Ripard <maxime.ripard@bootlin.com> | 2018-04-03 12:13:27 +0200 |
commit | b56052f4ca40d0d8b29fb7bd3be4c104618e4fc8 (patch) | |
tree | b71480d2829cb6abc373652f584347a1af46e5f8 /configs/CHIP_pro_defconfig | |
parent | 6d094d535c121637775b5108f1e78e426017f757 (diff) | |
download | u-boot-b56052f4ca40d0d8b29fb7bd3be4c104618e4fc8.tar.gz |
sunxi: make NAND_SUNXI use ARCH_SUNXI as default in Kconfig
Remove NAND_SUNXI from the CHIP pro defconfig to be automatically
selected depending on the state of ARCH_SUNXI.
Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
Acked-by: Maxime Ripard <maxime.ripard@bootlin.com>
Signed-off-by: Maxime Ripard <maxime.ripard@bootlin.com>
Diffstat (limited to 'configs/CHIP_pro_defconfig')
-rw-r--r-- | configs/CHIP_pro_defconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configs/CHIP_pro_defconfig b/configs/CHIP_pro_defconfig index a969fc07de..9235e34eda 100644 --- a/configs/CHIP_pro_defconfig +++ b/configs/CHIP_pro_defconfig @@ -15,7 +15,6 @@ CONFIG_ENV_UBI_PART="UBI" CONFIG_ENV_UBI_VOLUME="uboot-env" # CONFIG_MMC is not set CONFIG_NAND=y -CONFIG_NAND_SUNXI=y CONFIG_AXP_ALDO3_VOLT=3300 CONFIG_AXP_ALDO4_VOLT=3300 CONFIG_CONS_INDEX=2 |