struct bd_info is defined in asm-generic/u-boot.h. Include it to avoid
building error after asm/global_data.h are removed from this file.
Signed-off-by: Peng Fan <peng.fan@nxp.com>
#include <asm/io.h>
#include <dm/uclass-internal.h>
#include <asm/arch/renesas.h>
+#include <asm-generic/u-boot.h>
#include <linux/libfdt.h>
DECLARE_GLOBAL_DATA_PTR;
#include <asm/mach-types.h>
#include <asm/processor.h>
#include <asm/system.h>
+#include <asm-generic/u-boot.h>
#include <image.h>
#include <linux/errno.h>
#include <asm/mach-types.h>
#include <asm/processor.h>
#include <asm/system.h>
+#include <asm-generic/u-boot.h>
#include <linux/errno.h>
DECLARE_GLOBAL_DATA_PTR;