summaryrefslogtreecommitdiff
path: root/arch/powerpc/include/asm/u-boot.h
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2017-05-17 14:23:05 (GMT)
committerTom Rini <trini@konsulko.com>2017-06-05 15:02:40 (GMT)
commit850431590c69e513d5ae295b3bd182c2184ab408 (patch)
tree48b5b24cba6393450906cdeb28727ece34e01bd6 /arch/powerpc/include/asm/u-boot.h
parent8fb69c1654ccdf22808cac714a2c2565402fcfff (diff)
downloadu-boot-850431590c69e513d5ae295b3bd182c2184ab408.tar.xz
common: powerpc: Move arch-specific headers
Set up a new asm/ppc.h header file to hold this arch-specific stuff. It should not be in common.h. It probably should be refactored to use asm/arch instead, but that is a job for the maintainer. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'arch/powerpc/include/asm/u-boot.h')
-rw-r--r--arch/powerpc/include/asm/u-boot.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/include/asm/u-boot.h b/arch/powerpc/include/asm/u-boot.h
index 74b6202..34e44e1 100644
--- a/arch/powerpc/include/asm/u-boot.h
+++ b/arch/powerpc/include/asm/u-boot.h
@@ -16,6 +16,7 @@
/* Use the generic board which requires a unified bd_info */
#include <asm-generic/u-boot.h>
+#include <asm/ppc.h>
/* For image.h:image_check_target_arch() */
#define IH_ARCH_DEFAULT IH_ARCH_PPC