From: Simon Glass Date: Fri, 11 Sep 2020 02:21:19 +0000 (-0600) Subject: Kconfig: Move SUPPORT_RAW_INITRD under boot options X-Git-Tag: v2021.10~489^2~9 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=aefa34f55e455652b96100404b72f2f37e2e2c7b;p=platform%2Fkernel%2Fu-boot.git 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 --- diff --git a/common/Kconfig b/common/Kconfig index 703505b..bd9b574 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: ":". - config DEFAULT_FDT_FILE string "Default fdt file" help diff --git a/common/Kconfig.boot b/common/Kconfig.boot index 6f66b89..1696192 100644 --- a/common/Kconfig.boot +++ b/common/Kconfig.boot @@ -263,6 +263,14 @@ config LEGACY_IMAGE_FORMAT loaded. If a board needs the legacy image format support in this case, enable it here. +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: ":". + config OF_BOARD_SETUP bool "Set up board-specific details in device tree before boot" depends on OF_LIBFDT