mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-06-13 15:03:58 +03:00
global: Make <asm/global_data.h> include <asm/u-boot.h>
This follows the example of RISC-V where <asm/global_data.h> includes <asm/u-boot.h> directly as "gd" includes a reference to bd_info already and so the first must include the second anyhow. We then remove <asm/u-boot.h> from all of the places which include references to "gd" an so have <asm/global_data.h> already. Signed-off-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
@@ -7,7 +7,6 @@
|
||||
#ifndef _DM_OF_H
|
||||
#define _DM_OF_H
|
||||
|
||||
#include <asm/u-boot.h>
|
||||
#include <asm/global_data.h>
|
||||
|
||||
/* integer value within a device tree property which references another node */
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
#define _FSL_ERRATA_H
|
||||
|
||||
#if defined(CONFIG_PPC)
|
||||
#include <asm/processor.h>
|
||||
#include <asm/ppc.h>
|
||||
#elif defined(CONFIG_ARCH_LS1021A)
|
||||
#include <asm/arch-ls102xa/immap_ls102xa.h>
|
||||
#elif defined(CONFIG_FSL_LAYERSCAPE)
|
||||
|
||||
Reference in New Issue
Block a user