Changeset 2808
- Timestamp:
- Jan 10, 2012 3:55:17 AM (17 months ago)
- Location:
- cpu/arm
- Files:
-
- 2 edited
-
mmp2/rtc.fth (modified) (1 diff)
-
olpc/build-fw.fth (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
cpu/arm/mmp2/rtc.fth
r2802 r2808 57 57 then ( error? ) 58 58 ; 59 dev /switches60 : selftest ( -- error? )61 final-test? 0= if62 s3-selftest if true exit then63 then64 selftest65 ;66 device-end67 59 68 60 \ LICENSE_BEGIN -
cpu/arm/olpc/build-fw.fth
r2800 r2808 648 648 device-end 649 649 650 \ Add suspend resume test except in final 651 dev /switches 652 warning @ warning off 653 : selftest ( -- error? ) 654 final-test? 0= if 655 s3-selftest if true exit then 656 then 657 selftest 658 ; 659 warning ! 660 device-end 661 650 662 \ When reprogramming this machine's SPI FLASH, rebooting the EC is unnecessary 651 663 : no-kbc-reboot ['] noop to spi-reprogrammed ;
Note: See TracChangeset
for help on using the changeset viewer.
