]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - Kconfig
imx: spl: implement spl_boot_device for i.MX8M
[people/ms/u-boot.git] / Kconfig
diff --git a/Kconfig b/Kconfig
index 9b8a8077993a1d4c6125988f890c0067dfef0240..f713c6a9b188a99249f60248444585d2b69a860a 100644 (file)
--- a/Kconfig
+++ b/Kconfig
@@ -83,6 +83,18 @@ config DISTRO_DEFAULTS
          Select this to enable various options and commands which are suitable
          for building u-boot for booting general purpose Linux distributions.
 
+config SYS_BOOT_GET_CMDLINE
+       bool "Enable kernel command line setup"
+       help
+         Enables allocating and saving kernel cmdline in space between
+         "bootm_low" and "bootm_low" + BOOTMAPSZ.
+
+config SYS_BOOT_GET_KBD
+       bool "Enable kernel board information setup"
+       help
+         Enables allocating and saving a kernel copy of the bd_info in
+         space between "bootm_low" and "bootm_low" + BOOTMAPSZ.
+
 config SYS_MALLOC_F
        bool "Enable malloc() pool before relocation"
        default y if DM