]> git.sur5r.net Git - u-boot/blobdiff - arch/x86/cpu/start16.S
Merge branch 'master' of git://git.denx.de/u-boot-arm
[u-boot] / arch / x86 / cpu / start16.S
index cc393ff54fccce6efe6cdf84df983bf03cb561ce..603bf1d2d3ecf8a05ae79c54e2bd4dd267800432 100644 (file)
@@ -37,6 +37,9 @@
 .code16
 .globl start16
 start16:
+       /* Set the Cold Boot / Hard Reset flag */
+       movl    $GD_FLG_COLD_BOOT, %ebx
+
        /*
         * First we let the BSP do some early initialization
         * this code have to map the flash to its final position