On Mon, 2007-05-14 at 17:21 +0200, Segher Boessenkool wrote:
quoted
+ i-cache-size = <2000000>;
+ d-cache-size = <2000000>;
32MB yeah right :-)
Yeah, that's what I get for copying from David ;).
quoted
+ MAL0: mcmal {
quoted
+ #address-cells = <0>;
+ #size-cells = <0>;
+ interrupt-map-mask = <ffffffff>;
These three properties aren't needed (map-mask defaults
to all bits, #size is never used, #address defaults to 0
for interrupt mapping and isn't used in any other context).
Ok.
josh