projects
/
platform
/
kernel
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8db127d
)
pg-wcom-ls102xa: Include <config.h> in the board file
author
Tom Rini
<trini@konsulko.com>
Wed, 1 Nov 2023 16:28:15 +0000
(12:28 -0400)
committer
Tom Rini
<trini@konsulko.com>
Tue, 7 Nov 2023 19:50:52 +0000
(14:50 -0500)
Given that this file references CFG_* defines, we need to be explicit in
our inclusion of config.h, so that these will be defined.
Reviewed-by: Aleksandar Gerasimovski <aleksandar.gerasimovski@hitacienergy.com>
Signed-off-by: Tom Rini <trini@konsulko.com>
board/keymile/pg-wcom-ls102xa/pg-wcom-ls102xa.c
patch
|
blob
|
history
diff --git
a/board/keymile/pg-wcom-ls102xa/pg-wcom-ls102xa.c
b/board/keymile/pg-wcom-ls102xa/pg-wcom-ls102xa.c
index 01786d938de19c6d4c6c38f0e36d7e4bbff28f3f..cc3611e2dec1093e85522deaa37098a283c05366 100644
(file)
--- a/
board/keymile/pg-wcom-ls102xa/pg-wcom-ls102xa.c
+++ b/
board/keymile/pg-wcom-ls102xa/pg-wcom-ls102xa.c
@@
-3,6
+3,7
@@
* Copyright 2020 Hitachi Power Grids. All rights reserved.
*/
+#include <config.h>
#include <event.h>
#include <i2c.h>
#include <asm/io.h>