diff options
author | Simon Glass | 2017-05-17 08:22:48 -0600 |
---|---|---|
committer | Tom Rini | 2017-06-05 11:02:32 -0400 |
commit | 86e748d946d4c3b0cb867fba2d9367199fb0adfe (patch) | |
tree | f62feb66642047b25a631e0c509e971d56494f6e /arch/sandbox/include/asm | |
parent | d6d2d0b5e2ab167dad00345aea7b93ec74a7b3e3 (diff) |
sandbox: Make u-boot-sandbox.h a private header
Rather than including this arch-specific header file in common.h, include
it from within sandbox's u-boot.h header.
Also drop the comment about something to be fixed.
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'arch/sandbox/include/asm')
-rw-r--r-- | arch/sandbox/include/asm/u-boot.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/sandbox/include/asm/u-boot.h b/arch/sandbox/include/asm/u-boot.h index 8279894eeca..ddcd6fb397e 100644 --- a/arch/sandbox/include/asm/u-boot.h +++ b/arch/sandbox/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-sandbox.h> /* For image.h:image_check_target_arch() */ #define IH_ARCH_DEFAULT IH_ARCH_SANDBOX |