X-Git-Url: http://git.ipfire.org/?p=people%2Fms%2Fu-boot.git;a=blobdiff_plain;f=common%2FKconfig;h=b92d0e38366bd3169ee6edece111014f8a8c53ae;hp=d5bc37e4c7ba0a21f584a7c00773fc86d3f30667;hb=d021e942107a1f7304a879cec99286ca462f7be3;hpb=0c0eaee562291f5bbca38c5bab3b1cd75b617fc0 diff --git a/common/Kconfig b/common/Kconfig index d5bc37e4c7..b92d0e3836 100644 --- a/common/Kconfig +++ b/common/Kconfig @@ -519,6 +519,14 @@ config LOG_ERROR_RETURN 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