]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
pg-wcom-ls102xa: Include <config.h> in the board file
authorTom Rini <trini@konsulko.com>
Wed, 1 Nov 2023 16:28:15 +0000 (12:28 -0400)
committerTom 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

index 01786d938de19c6d4c6c38f0e36d7e4bbff28f3f..cc3611e2dec1093e85522deaa37098a283c05366 100644 (file)
@@ -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>