]> git.sur5r.net Git - u-boot/commit
cmd: fastboot: Enable FASTBOOT_FLASH_NAND for SUNXI_NAND devices
authorBenjamin Young <benjaminzyoung@gmail.com>
Fri, 13 Oct 2017 21:29:20 +0000 (14:29 -0700)
committerMaxime Ripard <maxime.ripard@free-electrons.com>
Wed, 25 Oct 2017 08:05:06 +0000 (10:05 +0200)
commit7dec673ea949fd7278993b76e33a05f561294e43
treeea93235cde612044e816c6077a0169b08900c64d
parentc96f598be7dd075bd0c6bda73b7819c1a6a2016a
cmd: fastboot: Enable FASTBOOT_FLASH_NAND for SUNXI_NAND devices

Encountered an issue where fastboot can't write to NAND on a CHIP_pro,
the symbol was neither present in the board's config header, nor the
Kconfig, this patch puts it in the Kconfig and defaults on when
SUNXI_NAND is selected.

Signed-off-by: Ben Young <computermouth@crunchbangplusplus.org>
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
cmd/fastboot/Kconfig