diff options
author | Simon Glass <sjg@chromium.org> | 2017-05-17 08:22:49 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-06-05 11:02:32 -0400 |
commit | 6862b50f6eebf4379e6d3b74a64378988e8e2961 (patch) | |
tree | e1216104926935c0095c56ef4e152deced5874a5 /arch/x86/include | |
parent | 86e748d946d4c3b0cb867fba2d9367199fb0adfe (diff) | |
download | u-boot-6862b50f6eebf4379e6d3b74a64378988e8e2961.tar.gz |
x86: Make u-boot-x86.h a private header
Rather than including this arch-specific header file in common.h, include
it from within x86's u-boot.h header.
Also drop the comment about something to be fixed. It is not clear what
needs fixing.
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'arch/x86/include')
-rw-r--r-- | arch/x86/include/asm/u-boot.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/include/asm/u-boot.h b/arch/x86/include/asm/u-boot.h index 623771a39a..4c4527eb38 100644 --- a/arch/x86/include/asm/u-boot.h +++ b/arch/x86/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-x86.h> /* For image.h:image_check_target_arch() */ #define IH_ARCH_DEFAULT IH_ARCH_I386 |