Commit 587b6226aa1f52a0c679443b0d1a3c9445fe39aa

Authored by Simon Glass
Committed by Tom Rini
1 parent 5c73f01218

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>

Showing 1 changed file with 0 additions and 3 deletions Side-by-side Diff

... ... @@ -433,9 +433,6 @@
433 433 #ifdef CONFIG_X86
434 434 # include <asm/u-boot.h>
435 435 #endif /* CONFIG_X86 */
436   -#ifdef CONFIG_SANDBOX
437   -# include <asm/u-boot.h>
438   -#endif
439 436 #ifdef CONFIG_NDS32
440 437 # include <asm/mach-types.h>
441 438 # include <asm/setup.h>