libpayload/configs: Add configuration for Galileo
Add the default configuration file for the Galileo board. The Quark SOC requires building libpayload with march=i586. TEST=Build and run on Galileo Gen2 Change-Id: Ifd4b533feacbab6f0d357e13d8cebb64bc1c18c6 Signed-off-by: Lee Leahy <Leroy.P.Leahy@intel.com> Reviewed-on: https://review.coreboot.org/20323 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Martin Roth <martinroth@google.com>
This commit is contained in:
parent
f2a2db3a42
commit
82890928d3
|
@ -0,0 +1,6 @@
|
|||
CONFIG_LP_CHROMEOS=y
|
||||
CONFIG_LP_ARCH_X86=y
|
||||
CONFIG_LP_USE_MARCH_586=y
|
||||
CONFIG_LP_8250_SERIAL_CONSOLE=y
|
||||
CONFIG_LP_USB_OHCI=y
|
||||
CONFIG_LP_USB_EHCI=y
|
Loading…
Reference in New Issue