x86: chromebook_link: Implement CAR support (cache as RAM)
[oweals/u-boot.git] / arch / x86 / cpu / ivybridge / cpu.c
index 1cbdaaffe639fc8d07e8108e3ce8690c2fedc74b..5863811b8c016a81c55c715115ed76997ab63aaf 100644 (file)
@@ -12,6 +12,7 @@
 
 #include <common.h>
 #include <asm/cpu.h>
+#include <asm/post.h>
 #include <asm/processor.h>
 
 DECLARE_GLOBAL_DATA_PTR;
@@ -20,6 +21,7 @@ int arch_cpu_init(void)
 {
        int ret;
 
+       post_code(POST_CPU_INIT);
        timer_set_base(rdtsc());
 
        ret = x86_cpu_init_f();