summaryrefslogtreecommitdiff
path: root/common/Kconfig
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2020-09-11 05:21:19 +0300
committerTom Rini <trini@konsulko.com>2020-10-09 19:01:55 +0300
commitaefa34f55e455652b96100404b72f2f37e2e2c7b (patch)
tree8454f0e43ac026cce7dc9e9798eecf31390f4ebb /common/Kconfig
parentfe5db255f455fcaed48c919de53f77d0ebba0acb (diff)
downloadu-boot-aefa34f55e455652b96100404b72f2f37e2e2c7b.tar.xz
Kconfig: Move SUPPORT_RAW_INITRD under boot options
This relates to booting, so move it under the 'boot images' menu. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'common/Kconfig')
-rw-r--r--common/Kconfig8
1 files changed, 0 insertions, 8 deletions
diff --git a/common/Kconfig b/common/Kconfig
index 703505b081..bd9b574a8d 100644
--- a/common/Kconfig
+++ b/common/Kconfig
@@ -433,14 +433,6 @@ endif
endmenu
-config SUPPORT_RAW_INITRD
- bool "Enable raw initrd images"
- help
- Note, defining the SUPPORT_RAW_INITRD allows user to supply
- kernel with raw initrd images. The syntax is slightly different, the
- address of the initrd must be augmented by it's size, in the following
- format: "<initrd address>:<initrd size>".
-
config DEFAULT_FDT_FILE
string "Default fdt file"
help