Changeset 3412
- Timestamp:
- Nov 2, 2012 11:34:51 PM (7 months ago)
- Location:
- cpu/arm/olpc
- Files:
-
- 2 edited
-
build-fw.fth (modified) (1 diff)
-
sdhci.fth (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
cpu/arm/olpc/build-fw.fth
r3401 r3412 580 580 \ This must precede the loading of gui.fth, which chains from linux-hook's behavior 581 581 ' quiesce to linux-hook 582 583 [ifdef] olpc-cl4 584 : linux-hook-emmc ( -- ) 585 [ ' linux-hook behavior compile, ] \ Chain to old behavior 586 connect-emmc 587 ; 588 ' linux-hook-emmc to linux-hook 589 [then] 582 590 583 591 \ This must be defined after spiui.fth, otherwise spiui will choose some wrong code -
cpu/arm/olpc/sdhci.fth
r3407 r3412 13 13 1 " #size-cells" integer-property 14 14 15 d# 1 to power-off-time \ A2 and A3 have turn-off clamps15 d# 30 to power-off-time \ Time for the voltage to decay 16 16 \ true to avoid-high-speed? 17 17
Note: See TracChangeset
for help on using the changeset viewer.
