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:
Charles E. Youse 2019-09-17 15:45:36 -04:00 committed by Andrew Boie
parent 78c9e8f8cc
commit 34120b9ee5
1 changed files with 3 additions and 0 deletions

View File

@ -4,6 +4,9 @@
if BOARD_GPMRB if BOARD_GPMRB
config X86_MULTIBOOT
default n
config BOARD config BOARD
default "gpmrb" default "gpmrb"