commit | 59870b8d02aa1a5d0c3eb511356d018d5df26abf | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed May 17 08:22:55 2017 -0600 |
committer | Tom Rini <trini@konsulko.com> | Mon Jun 05 11:02:35 2017 -0400 |
tree | de66c1c4f2c925999fa027ace6a337b45c97cdae | |
parent | 16c61f76342846942c40d5221776a44e558b57f0 [diff] |
sandbox: Don't include asm/u-boot.h in common This is not actually needed anywhere, so drop it. Signed-off-by: Simon Glass <sjg@chromium.org>
diff --git a/include/common.h b/include/common.h index 298cbbc..e0fbe6b 100644 --- a/include/common.h +++ b/include/common.h
@@ -433,9 +433,6 @@ #ifdef CONFIG_X86 # include <asm/u-boot.h> #endif /* CONFIG_X86 */ -#ifdef CONFIG_SANDBOX -# include <asm/u-boot.h> -#endif #ifdef CONFIG_NDS32 # include <asm/mach-types.h> # include <asm/setup.h>