mirror of
https://github.com/rvtr/TwlIPL.git
synced 2025-10-31 06:01:12 -04:00
リセットは最初の1B全体で判定することに
git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/TwlIPL/trunk@195 b08762b0-b915-fc4b-9d8c-17b2551a87ff
This commit is contained in:
parent
1b25781aba
commit
0171d035a6
@ -122,7 +122,8 @@ SDK_WEAK_SYMBOL asm void _start( void )
|
||||
mov r0, #I2C_SLAVE_MICRO_CONTROLLER
|
||||
mov r1, #MCU_REG_TEMP_ADDR
|
||||
bl I2Ci_ReadRegister
|
||||
ands r0, r0, #0x01 // under construction
|
||||
//ands r0, r0, #0x01 // under construction
|
||||
cmp r0, #0 // under construction
|
||||
#endif
|
||||
movne r0, #FIRM_PXI_ID_WARMBOOT
|
||||
moveq r0, #FIRM_PXI_ID_COLDBOOT
|
||||
|
||||
Loading…
Reference in New Issue
Block a user