x86: Make u-boot-x86.h a private header
[oweals/u-boot.git] / include / common.h
index ffaed49bdef02b36acfd5536ee60e44d3b9da004..229ca4c3976fed7939d50bf533d4fdd51b6bf92c 100644 (file)
@@ -430,8 +430,8 @@ static inline int setenv_addr(const char *varname, const void *addr)
 # include <asm/setup.h>
 # include <asm/u-boot-arm.h>   /* ARM version to be fixed! */
 #endif /* CONFIG_ARM */
-#ifdef CONFIG_X86              /* x86 version to be fixed! */
-# include <asm/u-boot-x86.h>
+#ifdef CONFIG_X86
+# include <asm/u-boot.h>
 #endif /* CONFIG_X86 */
 #ifdef CONFIG_SANDBOX
 # include <asm/u-boot.h>