Given that this file references CFG_* defines, we need to be explicit in
our inclusion of config.h, so that these will be defined.

Signed-off-by: Tom Rini <tr...@konsulko.com>
---
Cc: Aleksandar Gerasimovski <aleksandar.gerasimov...@hitachienergy.com>
Cc: Rainer Boschung <rainer.bosch...@hitachienergy.com>
---
 board/keymile/pg-wcom-ls102xa/pg-wcom-ls102xa.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/board/keymile/pg-wcom-ls102xa/pg-wcom-ls102xa.c 
b/board/keymile/pg-wcom-ls102xa/pg-wcom-ls102xa.c
index 01786d938de1..cc3611e2dec1 100644
--- 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>
-- 
2.34.1

Reply via email to