X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=arch%2Fx86%2Fcpu%2Fstart16.S;h=603bf1d2d3ecf8a05ae79c54e2bd4dd267800432;hb=951c6baaf44c7fd4335b75fb92840d4e42c94927;hp=cc393ff54fccce6efe6cdf84df983bf03cb561ce;hpb=2acca35ce4604dcef933f07d90aa9c9c930e1049;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