diff options
author | Tom Rini <trini@konsulko.com> | 2023-11-01 12:28:15 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2023-11-07 14:50:52 -0500 |
commit | 322ca743d2085e758e986c6b84fe71d7f935acea (patch) | |
tree | 8cbf1224d7fadbdbd0c31c9239e803503c548fae | |
parent | 8db127d983401d8a964c75e58abb83af608dd7b1 (diff) |
pg-wcom-ls102xa: Include <config.h> in the board file
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>
-rw-r--r-- | board/keymile/pg-wcom-ls102xa/pg-wcom-ls102xa.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/board/keymile/pg-wcom-ls102xa/pg-wcom-ls102xa.c b/board/keymile/pg-wcom-ls102xa/pg-wcom-ls102xa.c index 01786d938de..cc3611e2dec 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> |