[openfirmware] [commit] r3490 - cpu/arm/olpc/1.75

repository service svn at openfirmware.info
Thu Dec 13 01:26:17 CET 2012


Author: wmb
Date: Thu Dec 13 01:26:17 2012
New Revision: 3490
URL: http://tracker.coreboot.org/trac/openfirmware/changeset/3490

Log:
OLPC XO-4 - Removed from the panel device node the max-fb-size property that is (hopefully) no longer apropos.

Modified:
   cpu/arm/olpc/1.75/lcdcfg.fth

Modified: cpu/arm/olpc/1.75/lcdcfg.fth
==============================================================================
--- cpu/arm/olpc/1.75/lcdcfg.fth	Thu Dec 13 01:23:06 2012	(r3489)
+++ cpu/arm/olpc/1.75/lcdcfg.fth	Thu Dec 13 01:26:17 2012	(r3490)
@@ -19,8 +19,6 @@
    " OLPC DCON panel" model
    : +i  encode-int encode+  ;
 
-    d# 4324096 " max-fb-size" integer-property
-
    decimal
    0 0 encode-bytes
    \ xres,  yres, refresh,       clockhz,  left, right,  top, bottom, hsync, vsync, flags, widthmm, heightmm 
@@ -39,7 +37,7 @@
 [ifdef] mmp3  h# 20001102  [else]  h# 40001102  [then]  " clock-divider-regval" integer-property
 
 finish-device
-device-end   
+device-end
 
 [ifdef] has-dcon
 fload ${BP}/dev/olpc/dcon/mmp2dcon.fth        \ DCON control



More information about the openfirmware mailing list