diff options
author | Simon Glass <sjg@chromium.org> | 2017-05-17 08:23:05 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-06-05 11:02:40 -0400 |
commit | 850431590c69e513d5ae295b3bd182c2184ab408 (patch) | |
tree | 48b5b24cba6393450906cdeb28727ece34e01bd6 /arch/powerpc/include/asm/u-boot.h | |
parent | 8fb69c1654ccdf22808cac714a2c2565402fcfff (diff) | |
download | u-boot-850431590c69e513d5ae295b3bd182c2184ab408.tar.gz |
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.h | 1 |
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 74b620294e..34e44e18c2 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 |