summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorTom Rini <[email protected]>2022-06-25 11:02:46 -0400
committerTom Rini <[email protected]>2022-07-07 14:01:09 -0400
commitbb20a105e9fa475eb4258086cf59173540e7ff23 (patch)
tree9a460833f8a4a0d9ebf2fa05a1d569afb39d1995 /README
parentf6c1f91761aef72961466c7f15e25148c7f17040 (diff)
Convert CONFIG_SYS_BOOT_RAMDISK_HIGH to Kconfig
This converts the following to Kconfig: CONFIG_SYS_BOOT_RAMDISK_HIGH Signed-off-by: Tom Rini <[email protected]>
Diffstat (limited to 'README')
-rw-r--r--README5
1 files changed, 0 insertions, 5 deletions
diff --git a/README b/README
index dae467a4da0..fb0284d4ecb 100644
--- a/README
+++ b/README
@@ -1754,11 +1754,6 @@ Configuration Settings:
CONFIG_SYS_BOOTMAPSZ. If CONFIG_SYS_BOOTMAPSZ is undefined,
then the value in "bootm_size" will be used instead.
-- CONFIG_SYS_BOOT_RAMDISK_HIGH:
- Enable initrd_high functionality. If defined then the
- initrd_high feature is enabled and the bootm ramdisk subcommand
- is enabled.
-
- CONFIG_SYS_BOOT_GET_CMDLINE:
Enables allocating and saving kernel cmdline in space between
"bootm_low" and "bootm_low" + BOOTMAPSZ.