Remove unused BOOTLOADER_GRUB
This option was remove as part of linker script cleanup a few months ago. Change-Id: If04d69096eb3ef682d72258be90bf710ed931e69 Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
0e34c459db
commit
c2762f5b5b
8 changed files with 0 additions and 16 deletions
|
@ -78,7 +78,6 @@ CONFIG_PRINTK=y
|
|||
# Bootloader Options
|
||||
#
|
||||
# CONFIG_BOOTLOADER_KEXEC is not set
|
||||
# CONFIG_BOOTLOADER_GRUB is not set
|
||||
CONFIG_BOOTLOADER_UNKNOWN=y
|
||||
|
||||
#
|
||||
|
|
|
@ -78,7 +78,6 @@ CONFIG_PRINTK=y
|
|||
# Bootloader Options
|
||||
#
|
||||
# CONFIG_BOOTLOADER_KEXEC is not set
|
||||
# CONFIG_BOOTLOADER_GRUB is not set
|
||||
CONFIG_BOOTLOADER_UNKNOWN=y
|
||||
|
||||
#
|
||||
|
|
|
@ -78,7 +78,6 @@ CONFIG_PRINTK=y
|
|||
# Bootloader Options
|
||||
#
|
||||
# CONFIG_BOOTLOADER_KEXEC is not set
|
||||
CONFIG_BOOTLOADER_GRUB=y
|
||||
CONFIG_BOOTLOADER_UNKNOWN=y
|
||||
|
||||
#
|
||||
|
|
|
@ -57,7 +57,6 @@ CONFIG_PRINTK=y
|
|||
# Bootloader Options
|
||||
#
|
||||
# CONFIG_BOOTLOADER_KEXEC is not set
|
||||
# CONFIG_BOOTLOADER_GRUB is not set
|
||||
CONFIG_BOOTLOADER_UNKNOWN=y
|
||||
|
||||
#
|
||||
|
|
|
@ -57,7 +57,6 @@ CONFIG_PRINTK=y
|
|||
# Bootloader Options
|
||||
#
|
||||
# CONFIG_BOOTLOADER_KEXEC is not set
|
||||
# CONFIG_BOOTLOADER_GRUB is not set
|
||||
CONFIG_BOOTLOADER_UNKNOWN=y
|
||||
|
||||
#
|
||||
|
|
|
@ -57,7 +57,6 @@ CONFIG_PRINTK=y
|
|||
# Bootloader Options
|
||||
#
|
||||
# CONFIG_BOOTLOADER_KEXEC is not set
|
||||
CONFIG_BOOTLOADER_GRUB=y
|
||||
CONFIG_BOOTLOADER_UNKNOWN=y
|
||||
|
||||
#
|
||||
|
|
|
@ -78,7 +78,6 @@ CONFIG_PRINTK=y
|
|||
# Bootloader Options
|
||||
#
|
||||
# CONFIG_BOOTLOADER_KEXEC is not set
|
||||
CONFIG_BOOTLOADER_GRUB=y
|
||||
CONFIG_BOOTLOADER_UNKNOWN=y
|
||||
|
||||
#
|
||||
|
|
|
@ -149,15 +149,6 @@ config BOOTLOADER_KEXEC
|
|||
This option signifies that Linux boots the kernel using kexec system call
|
||||
and utility. This method is used to boot the kernel over the network.
|
||||
|
||||
config BOOTLOADER_GRUB
|
||||
bool
|
||||
prompt "Boot using GRUB 2.0"
|
||||
default n
|
||||
depends on !BOOTLOADER_KEXEC && X86_32
|
||||
help
|
||||
This option signifies that GRUB 2.0 is used to boot the kernel. GRUB 2.0
|
||||
is used to boot the kernel from SD card.
|
||||
|
||||
config BOOTLOADER_UNKNOWN
|
||||
bool
|
||||
default n
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue