diff options
author | Tom Rini | 2024-04-27 08:10:51 -0600 |
---|---|---|
committer | Tom Rini | 2024-05-06 15:05:03 -0600 |
commit | fcdcfc90f151d3ca6b154dc61cf3a37123d679d0 (patch) | |
tree | 0a8381416f9948b7145944fce67443fd712bdaaa /include/mpc85xx.h | |
parent | 6fa4850c95c731cc53550da9233c7144a8fdb7c5 (diff) |
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>
Diffstat (limited to 'include/mpc85xx.h')
-rw-r--r-- | include/mpc85xx.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/mpc85xx.h b/include/mpc85xx.h index 636734dd3c6..ff86c7c12e0 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 |