]> git.sur5r.net Git - u-boot/blobdiff - arch/x86/cpu/intel_common/car.S
x86: Move common LPC code to its own place
[u-boot] / arch / x86 / cpu / intel_common / car.S
index 1defabf91f07fbe2c549102261b655a3e1a1c83a..81ac976ddd5bafcd7feb8e6307de7e7fdac4df5c 100644 (file)
  */
 
 #include <common.h>
+#include <asm/microcode.h>
 #include <asm/msr-index.h>
 #include <asm/mtrr.h>
 #include <asm/post.h>
 #include <asm/processor.h>
 #include <asm/processor-flags.h>
-#include <asm/arch/microcode.h>
 
 #define MTRR_PHYS_BASE_MSR(reg) (0x200 + 2 * (reg))
 #define MTRR_PHYS_MASK_MSR(reg) (0x200 + 2 * (reg) + 1)