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>
This commit is contained in:
Tom Rini
2024-04-27 08:10:51 -06:00
parent 6fa4850c95
commit fcdcfc90f1

View File

@@ -6,6 +6,7 @@
#ifndef __MPC85xx_H__
#define __MPC85xx_H__
#include <config.h>
#if defined(CONFIG_E500)
#include <e500.h>
#endif