boards/x86/gpmrb: disable Multiboot header generation
We don't require this to boot with SBL, so disable for now. Signed-off-by: Charles E. Youse <charles.youse@intel.com>
This commit is contained in:
parent
78c9e8f8cc
commit
34120b9ee5
|
@ -4,6 +4,9 @@
|
||||||
|
|
||||||
if BOARD_GPMRB
|
if BOARD_GPMRB
|
||||||
|
|
||||||
|
config X86_MULTIBOOT
|
||||||
|
default n
|
||||||
|
|
||||||
config BOARD
|
config BOARD
|
||||||
default "gpmrb"
|
default "gpmrb"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue