mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-26 07:17:10 +00:00
Convert CONFIG_SYS_BOOT_RAMDISK_HIGH to Kconfig
This converts the following to Kconfig: CONFIG_SYS_BOOT_RAMDISK_HIGH Signed-off-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
parent
f6c1f91761
commit
bb20a105e9
11 changed files with 8 additions and 22 deletions
5
README
5
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.
|
||||
|
|
|
@ -6,6 +6,4 @@
|
|||
#ifndef __ASM_ARC_CONFIG_H_
|
||||
#define __ASM_ARC_CONFIG_H_
|
||||
|
||||
#define CONFIG_SYS_BOOT_RAMDISK_HIGH
|
||||
|
||||
#endif /*__ASM_ARC_CONFIG_H_ */
|
||||
|
|
|
@ -6,8 +6,6 @@
|
|||
#ifndef _ASM_CONFIG_H_
|
||||
#define _ASM_CONFIG_H_
|
||||
|
||||
#define CONFIG_SYS_BOOT_RAMDISK_HIGH
|
||||
|
||||
#if defined(CONFIG_ARCH_LS1021A) || \
|
||||
defined(CONFIG_FSL_LAYERSCAPE)
|
||||
#include <asm/arch/config.h>
|
||||
|
|
|
@ -6,6 +6,4 @@
|
|||
#ifndef _ASM_CONFIG_H_
|
||||
#define _ASM_CONFIG_H_
|
||||
|
||||
#define CONFIG_SYS_BOOT_RAMDISK_HIGH
|
||||
|
||||
#endif
|
||||
|
|
|
@ -6,6 +6,4 @@
|
|||
#ifndef _ASM_CONFIG_H_
|
||||
#define _ASM_CONFIG_H_
|
||||
|
||||
#define CONFIG_SYS_BOOT_RAMDISK_HIGH
|
||||
|
||||
#endif
|
||||
|
|
|
@ -6,6 +6,4 @@
|
|||
#ifndef _ASM_CONFIG_H_
|
||||
#define _ASM_CONFIG_H_
|
||||
|
||||
#define CONFIG_SYS_BOOT_RAMDISK_HIGH
|
||||
|
||||
#endif
|
||||
|
|
|
@ -14,8 +14,6 @@
|
|||
#define HWCONFIG_BUFFER_SIZE 256
|
||||
#endif
|
||||
|
||||
#define CONFIG_SYS_BOOT_RAMDISK_HIGH
|
||||
|
||||
#ifndef CONFIG_MAX_MEM_MAPPED
|
||||
#if defined(CONFIG_E500) || \
|
||||
defined(CONFIG_MPC86xx) || \
|
||||
|
|
|
@ -7,6 +7,4 @@
|
|||
#ifndef _ASM_CONFIG_H_
|
||||
#define _ASM_CONFIG_H_
|
||||
|
||||
#define CONFIG_SYS_BOOT_RAMDISK_HIGH
|
||||
|
||||
#endif
|
||||
|
|
|
@ -6,6 +6,4 @@
|
|||
#ifndef _ASM_CONFIG_H_
|
||||
#define _ASM_CONFIG_H_
|
||||
|
||||
#define CONFIG_SYS_BOOT_RAMDISK_HIGH
|
||||
|
||||
#endif
|
||||
|
|
|
@ -606,6 +606,14 @@ config SYS_FSL_PBL_RCW
|
|||
Enables addition of RCW (Power on reset configuration) in built image.
|
||||
Please refer doc/README.pblimage for more details.
|
||||
|
||||
config SYS_BOOT_RAMDISK_HIGH
|
||||
depends on CMD_BOOTM || CMD_BOOTI || CMD_BOOTZ
|
||||
depends on !(NIOS2 || SANDBOX || SH || XTENSA)
|
||||
def_bool y
|
||||
help
|
||||
Enable initrd_high functionality. If defined then the initrd_high
|
||||
feature is enabled and the boot* ramdisk subcommand is enabled.
|
||||
|
||||
endmenu # Boot images
|
||||
|
||||
menu "Boot timing"
|
||||
|
|
|
@ -565,7 +565,6 @@ CONFIG_SYS_BOOTCOUNT_LE
|
|||
CONFIG_SYS_BOOTMAPSZ
|
||||
CONFIG_SYS_BOOTM_LEN
|
||||
CONFIG_SYS_BOOT_BLOCK
|
||||
CONFIG_SYS_BOOT_RAMDISK_HIGH
|
||||
CONFIG_SYS_CACHE_ACR0
|
||||
CONFIG_SYS_CACHE_ACR1
|
||||
CONFIG_SYS_CACHE_ACR2
|
||||
|
|
Loading…
Add table
Reference in a new issue