Changeset 3213
- Timestamp:
- Aug 23, 2012 10:12:25 PM (9 months ago)
- File:
-
- 1 edited
-
cpu/arm/linux.fth (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
cpu/arm/linux.fth
r3051 r3213 95 95 : use-fdt ( -- ) true to use-fdt? ; 96 96 97 : make-usable-property ( -- ) 98 " /memory" find-device 99 0 encode-int linux-memtop encode-int encode+ " linux,usable-memory" property 100 device-end 101 ; 102 97 103 h# 10000 constant /fdt-max 98 104 : linux-fixup ( -- ) … … 108 114 [ifdef] flatten-device-tree 109 115 use-fdt? if 116 make-usable-property 110 117 ramdisk-adr ?dup 0= if load-base then /fdt-max - to linux-params 111 118 linux-params /fdt-max flatten-device-tree
Note: See TracChangeset
for help on using the changeset viewer.
