summaryrefslogtreecommitdiffstats
path: root/common/Kconfig
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2020-07-27 21:58:31 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2020-07-27 21:58:31 +0200
commit043f7572841d4cec3855cca02e538825d159d070 (patch)
tree49d527b20a1c40cbdea081ddb5380ca8cb044e93 /common/Kconfig
parent85a9ef05ef8c57c587df91023a132349786f0777 (diff)
parentfc02309887efe3d88e598f9079bf48f63427bcb5 (diff)
downloadbarebox-043f7572841d4cec3855cca02e538825d159d070.tar.gz
barebox-043f7572841d4cec3855cca02e538825d159d070.tar.xz
Merge branch 'for-next/fastboot'
Diffstat (limited to 'common/Kconfig')
-rw-r--r--common/Kconfig12
1 files changed, 0 insertions, 12 deletions
diff --git a/common/Kconfig b/common/Kconfig
index d75b43dfce..f150092af6 100644
--- a/common/Kconfig
+++ b/common/Kconfig
@@ -1034,18 +1034,6 @@ config FASTBOOT_SPARSE
images that are bigger than the available memory. If unsure,
say yes here.
-config FASTBOOT_BUF
- bool
- prompt "Download files to temporary buffer instead of file"
- help
- With this option enabled the fastboot code will download files to a
- temporary buffer instead of a temporary file. Normally you want to
- use a file as this also works when your memory is fragmented. However,
- in some special cases, when the file consumer also better copes with
- a buffer, then using a buffer might be better.
-
- Say no here unless you know what you are doing.
-
config FASTBOOT_CMD_OEM
bool
prompt "Enable OEM commands"