diff options
author | Tom Rini <trini@konsulko.com> | 2017-10-26 11:50:33 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-10-26 11:50:33 -0400 |
commit | ddeaaefde3161bf655d48d733f3b1915e8222361 (patch) | |
tree | 83a1ff0b1e1fa0a6c7355a9a3566b66a7385a239 /cmd | |
parent | 4c7a211046a3956058b512edd8533f7df031cc4a (diff) | |
parent | 819f1e081c527d2d02cdaeec0027384688cf5de0 (diff) |
Merge branch 'master' of git://git.denx.de/u-boot-sunxi
Diffstat (limited to 'cmd')
-rw-r--r-- | cmd/fastboot/Kconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/cmd/fastboot/Kconfig b/cmd/fastboot/Kconfig index 214bbc23fc..4ce7a775e2 100644 --- a/cmd/fastboot/Kconfig +++ b/cmd/fastboot/Kconfig @@ -81,6 +81,16 @@ config FASTBOOT_FLASH_MMC_DEV regarding the non-volatile storage device. Define this to the eMMC device that fastboot should use to store the image. +config FASTBOOT_FLASH_NAND_DEV + int "Define FASTBOOT NAND FLASH default device" + depends on FASTBOOT_FLASH && NAND + depends on CMD_MTDPARTS + default 0 if ARCH_SUNXI && NAND_SUNXI + help + The fastboot "flash" command requires additional information + regarding the non-volatile storage device. Define this to + the NAND device that fastboot should use to store the image. + config FASTBOOT_GPT_NAME string "Target name for updating GPT" depends on FASTBOOT_FLASH |