[openfirmware] [commit] r2501 - cpu/arm

repository service svn at openfirmware.info
Fri Sep 2 21:22:45 CEST 2011


Author: wmb
Date: Fri Sep  2 21:22:45 2011
New Revision: 2501
URL: http://tracker.coreboot.org/trac/openfirmware/changeset/2501

Log:
ARM - deleted obsolete ARM_RAMDISK atag

Modified:
   cpu/arm/linux.fth

Modified: cpu/arm/linux.fth
==============================================================================
--- cpu/arm/linux.fth	Fri Sep  2 19:37:19 2011	(r2500)
+++ cpu/arm/linux.fth	Fri Sep  2 21:22:45 2011	(r2501)
@@ -61,12 +61,6 @@
    0            tag-l,    \ start_address
 
    /ramdisk  if
-      5              tag-l,          \ size
-      h# 54410004    tag-l,          \ ATAG_RAMDISK
-      0              tag-l,          \ load flag == 0
-      d# 4096        tag-l,          \ 4k kilobytes = 4 megabytes (calculate dynamically?)
-      0              tag-l,          \ unused floppy block number
-
       4              tag-l,
       h# 54420005    tag-l,          \ ATAG_INITRD2
       ramdisk-adr >physical tag-l,   \ physical starting address



More information about the openfirmware mailing list