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:
13539ba
)
x86: apl: Correct PCIE_ECAM_BASE
author
Simon Glass
<sjg@chromium.org>
Tue, 22 Sep 2020 18:44:50 +0000
(12:44 -0600)
committer
Bin Meng
<bmeng.cn@gmail.com>
Fri, 25 Sep 2020 03:27:12 +0000
(11:27 +0800)
This value is incorrect and causes problems booting Linux. Fix it.
Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
board/google/chromebook_coral/Kconfig
patch
|
blob
|
history
diff --git
a/board/google/chromebook_coral/Kconfig
b/board/google/chromebook_coral/Kconfig
index
2767195
..
53c651c
100644
(file)
--- a/
board/google/chromebook_coral/Kconfig
+++ b/
board/google/chromebook_coral/Kconfig
@@
-23,7
+23,7
@@
config BOARD_SPECIFIC_OPTIONS # dummy
select BOARD_ROMSIZE_KB_16384
config PCIE_ECAM_BASE
- default 0x
f
0000000
+ default 0x
e
0000000
config EARLY_POST_CROS_EC
bool "Enable early post to Chrome OS EC"