diff mbox series

[03/18] mpc85xx.h: Use <config.h> directly

Message ID 20240427141106.3406000-4-trini@konsulko.com
State Accepted
Commit fcdcfc90f151d3ca6b154dc61cf3a37123d679d0
Delegated to: Tom Rini
Headers show
Series Remove <common.h> from a number of places | expand

Commit Message

Tom Rini April 27, 2024, 2:10 p.m. UTC
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>
---
 include/mpc85xx.h | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

diff --git a/include/mpc85xx.h b/include/mpc85xx.h
index 636734dd3c63..ff86c7c12e0c 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