projects
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fd37535
)
x86: coral: Add missing TPL options
author
Simon Glass
<sjg@chromium.org>
Wed, 22 Feb 2023 16:34:22 +0000
(09:34 -0700)
committer
Tom Rini
<trini@konsulko.com>
Fri, 3 Mar 2023 14:49:02 +0000
(09:49 -0500)
Some options should be enabled which are missing. Fix this.
Signed-off-by: Simon Glass <sjg@chromium.org>
configs/chromebook_coral_defconfig
patch
|
blob
|
history
diff --git
a/configs/chromebook_coral_defconfig
b/configs/chromebook_coral_defconfig
index 401506e2193d315274d4be7da312168cad48fbea..f5995f22004e29a20a16c4df6e8c894ae84d9d6f 100644
(file)
--- a/
configs/chromebook_coral_defconfig
+++ b/
configs/chromebook_coral_defconfig
@@
-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