git.openpandora.org
/
pandora-u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6fa4850
)
mpc85xx.h: Use <config.h> directly
author
Tom Rini
<trini@konsulko.com>
Sat, 27 Apr 2024 14:10:51 +0000
(08:10 -0600)
committer
Tom 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
patch
|
blob
|
history
diff --git
a/include/mpc85xx.h
b/include/mpc85xx.h
index
636734d
..
ff86c7c
100644
(file)
--- 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