aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2024-04-27 08:10:51 -0600
committerTom Rini <trini@konsulko.com>2024-05-06 15:05:03 -0600
commitfcdcfc90f151d3ca6b154dc61cf3a37123d679d0 (patch)
tree0a8381416f9948b7145944fce67443fd712bdaaa
parent6fa4850c95c731cc53550da9233c7144a8fdb7c5 (diff)
downloadu-boot-fcdcfc90f151d3ca6b154dc61cf3a37123d679d0.zip
u-boot-fcdcfc90f151d3ca6b154dc61cf3a37123d679d0.tar.gz
u-boot-fcdcfc90f151d3ca6b154dc61cf3a37123d679d0.tar.bz2
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>
-rw-r--r--include/mpc85xx.h1
1 files changed, 1 insertions, 0 deletions
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