mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 15:14:43 +00:00
x86: coral: Add missing TPL options
Some options should be enabled which are missing. Fix this. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
fd3753593a
commit
a118449814
1 changed files with 3 additions and 0 deletions
|
@ -87,6 +87,7 @@ CONFIG_TFTP_TSIZE=y
|
|||
CONFIG_USE_ROOTPATH=y
|
||||
CONFIG_REGMAP=y
|
||||
CONFIG_SYSCON=y
|
||||
CONFIG_TPL_SIMPLE_BUS=y
|
||||
CONFIG_SPL_OF_TRANSLATE=y
|
||||
CONFIG_LBA48=y
|
||||
CONFIG_SYS_64BIT_LBA=y
|
||||
|
@ -96,6 +97,8 @@ CONFIG_SYS_I2C_DW=y
|
|||
CONFIG_MISC=y
|
||||
CONFIG_CROS_EC=y
|
||||
CONFIG_CROS_EC_LPC=y
|
||||
CONFIG_SPL_P2SB=y
|
||||
CONFIG_TPL_P2SB=y
|
||||
CONFIG_SPI_FLASH_WINBOND=y
|
||||
# CONFIG_X86_PCH7 is not set
|
||||
# CONFIG_X86_PCH9 is not set
|
||||
|
|
Loading…
Reference in a new issue