X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=arch%2Fx86%2Fcpu%2Fstart16.S;h=603bf1d2d3ecf8a05ae79c54e2bd4dd267800432;hb=31bf0f57b2c322500ceccdc6a38b4a8edb7035f0;hp=cc393ff54fccce6efe6cdf84df983bf03cb561ce;hpb=7dda0c3759c6ee190d44b8ceaeab58047cb9a957;p=u-boot diff --git a/arch/x86/cpu/start16.S b/arch/x86/cpu/start16.S index cc393ff54f..603bf1d2d3 100644 --- a/arch/x86/cpu/start16.S +++ b/arch/x86/cpu/start16.S @@ -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