commit | e2b5a86924f3e765236458397eafd832892b2afe | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Sat Apr 27 08:10:51 2024 -0600 |
committer | Tom Rini <trini@konsulko.com> | Mon May 06 15:05:03 2024 -0600 |
tree | 0a8381416f9948b7145944fce67443fd712bdaaa | |
parent | 88e5a758d3c131aa6287992cd83aefc942d00dcd [diff] [blame] |
mpc85xx.h: Use <config.h> directly To ensure that board config headers which set values here in the CFG_SYS range are used, this header needs to include <config.h> directly. Signed-off-by: Tom Rini <trini@konsulko.com>
diff --git a/include/mpc85xx.h b/include/mpc85xx.h index 636734d..ff86c7c 100644 --- a/include/mpc85xx.h +++ b/include/mpc85xx.h
@@ -6,6 +6,7 @@ #ifndef __MPC85xx_H__ #define __MPC85xx_H__ +#include <config.h> #if defined(CONFIG_E500) #include <e500.h> #endif