microblaze: Add support for little-endian Microblaze
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / arch / microblaze / kernel / vmlinux.lds.S
index 20b0552391d10bc560f41b3526ec02ff6b4c3ef0..96a88c31fe48f412106a7f16780c964fbf0b4e01 100644 (file)
@@ -15,7 +15,11 @@ ENTRY(microblaze_start)
 #include <asm-generic/vmlinux.lds.h>
 #include <asm/thread_info.h>
 
+#ifdef __MICROBLAZEEL__
+jiffies = jiffies_64;
+#else
 jiffies = jiffies_64 + 4;
+#endif
 
 SECTIONS {
        . = CONFIG_KERNEL_START;