ARM: socfpga: Add boot trampoline for Arria10
[platform/kernel/u-boot.git] / arch / arm / mach-socfpga / include / mach / boot0.h
index 6019423..c78def5 100644 (file)
@@ -17,8 +17,8 @@ _start:
        .word   0xcafec0d3;     /* Checksum, zero-pad */
        nop;
 
-       b reset;                /* SoCFPGA jumps here */
-       nop;
+       b reset;                /* SoCFPGA Gen5 jumps here */
+       b reset;                /* SoCFPGA Gen10 trampoline */
        nop;
        nop;
 #endif