From: Tom Rini Date: Sat, 27 Apr 2024 14:10:51 +0000 (-0600) Subject: mpc85xx.h: Use directly X-Git-Url: http://git.dujemihanovic.xyz/login.html?a=commitdiff_plain;h=fcdcfc90f151d3ca6b154dc61cf3a37123d679d0;p=u-boot.git mpc85xx.h: Use directly To ensure that board config headers which set values here in the CFG_SYS range are used, this header needs to include directly. Signed-off-by: Tom Rini --- diff --git a/include/mpc85xx.h b/include/mpc85xx.h index 636734dd3c..ff86c7c12e 100644 --- a/include/mpc85xx.h +++ b/include/mpc85xx.h @@ -6,6 +6,7 @@ #ifndef __MPC85xx_H__ #define __MPC85xx_H__ +#include #if defined(CONFIG_E500) #include #endif