mirror of
https://github.com/u-boot/u-boot.git
synced 2024-12-15 07:43:33 +08:00
arm: fsl-layerscape: Include device_compat.h in soc.c
Necessary for dev_xxx. Signed-off-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
parent
0b4826a9a8
commit
e1f306c07c
@ -37,6 +37,7 @@
|
|||||||
#include <env_internal.h>
|
#include <env_internal.h>
|
||||||
#endif
|
#endif
|
||||||
#include <dm.h>
|
#include <dm.h>
|
||||||
|
#include <dm/device_compat.h>
|
||||||
#include <linux/err.h>
|
#include <linux/err.h>
|
||||||
#if defined(CONFIG_TFABOOT) || defined(CONFIG_GIC_V3_ITS)
|
#if defined(CONFIG_TFABOOT) || defined(CONFIG_GIC_V3_ITS)
|
||||||
DECLARE_GLOBAL_DATA_PTR;
|
DECLARE_GLOBAL_DATA_PTR;
|
||||||
|
Loading…
Reference in New Issue
Block a user