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:
Anas Nashif 2015-07-15 15:01:35 -04:00
commit c2762f5b5b
8 changed files with 0 additions and 16 deletions

View file

@ -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
#

View file

@ -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
#

View file

@ -78,7 +78,6 @@ CONFIG_PRINTK=y
# Bootloader Options
#
# CONFIG_BOOTLOADER_KEXEC is not set
CONFIG_BOOTLOADER_GRUB=y
CONFIG_BOOTLOADER_UNKNOWN=y
#

View file

@ -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
#

View file

@ -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
#

View file

@ -57,7 +57,6 @@ CONFIG_PRINTK=y
# Bootloader Options
#
# CONFIG_BOOTLOADER_KEXEC is not set
CONFIG_BOOTLOADER_GRUB=y
CONFIG_BOOTLOADER_UNKNOWN=y
#

View file

@ -78,7 +78,6 @@ CONFIG_PRINTK=y
# Bootloader Options
#
# CONFIG_BOOTLOADER_KEXEC is not set
CONFIG_BOOTLOADER_GRUB=y
CONFIG_BOOTLOADER_UNKNOWN=y
#

View file

@ -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