]> git.sur5r.net Git - u-boot/commit
sunxi: move the NAND parameters to Kconfig
authorMiquel Raynal <miquel.raynal@bootlin.com>
Wed, 28 Feb 2018 19:52:01 +0000 (20:52 +0100)
committerMaxime Ripard <maxime.ripard@bootlin.com>
Tue, 3 Apr 2018 10:13:32 +0000 (12:13 +0200)
commit748b5b34d3d0e67923cac5f8606b7a209e063df6
treed6d8402662eb6d604c927215c730482df0bfe7f5
parentb56052f4ca40d0d8b29fb7bd3be4c104618e4fc8
sunxi: move the NAND parameters to Kconfig

Move the NAND parameters from defconfig files to Kconfig for SUNXI
architecture only. Fort now only the CHIP pro is migrated.

It would have been better to convert this defconfig entry to Kconfig for
all supported machines/architectures but it has been abandoned due to a
fairly high amount of errors reported by the moveconfig.py tool. This is
due to defines quite often being multiplications of values/other defines
not correctly handled.

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>
configs/CHIP_pro_defconfig
drivers/mtd/nand/Kconfig