]> git.baikalelectronics.ru Git - uboot.git/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)
commit6509d095f723b80b721efed9067607215cc6a05b
treeea93235cde612044e816c6077a0169b08900c64d
parentbfdefcf3548222e5410a28c261ccb1c33ed9db4b
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