diff options
author | Simon Glass <sjg@chromium.org> | 2017-05-17 08:22:50 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-06-05 11:02:33 -0400 |
commit | ac6a6bd64a8bbbdcd5885bc5f47589d8b72e7935 (patch) | |
tree | 8fe592b56c585ee8a388dbc429ef3a8e984093f5 /arch/arm/include/asm/u-boot.h | |
parent | 6862b50f6eebf4379e6d3b74a64378988e8e2961 (diff) |
arm: Make u-boot-arm.h a private header
Rather than including this arch-specific header file in common.h, include
it from within arm's u-boot.h header.
Also drop the comment about something to be fixed. It has been there
forever and it is not clear what it means.
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'arch/arm/include/asm/u-boot.h')
-rw-r--r-- | arch/arm/include/asm/u-boot.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/include/asm/u-boot.h b/arch/arm/include/asm/u-boot.h index ca3abd7d0b..ef9196f898 100644 --- a/arch/arm/include/asm/u-boot.h +++ b/arch/arm/include/asm/u-boot.h @@ -22,6 +22,7 @@ /* Use the generic board which requires a unified bd_info */ #include <asm-generic/u-boot.h> +#include <asm/u-boot-arm.h> /* For image.h:image_check_target_arch() */ #ifndef CONFIG_ARM64 |