]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
mpc85xx.h: Use <config.h> directly
authorTom Rini <trini@konsulko.com>
Sat, 27 Apr 2024 14:10:51 +0000 (08:10 -0600)
committerTom Rini <trini@konsulko.com>
Mon, 6 May 2024 21:05:03 +0000 (15:05 -0600)
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

index 636734dd3c63afc8595b22e890e20579513a458b..ff86c7c12e0c05918c3b60fd66b0abc2c3c99c0c 100644 (file)
@@ -6,6 +6,7 @@
 #ifndef        __MPC85xx_H__
 #define __MPC85xx_H__
 
+#include <config.h>
 #if defined(CONFIG_E500)
 #include <e500.h>
 #endif