From: Wolfgang Denk Date: Tue, 12 May 2009 19:06:14 +0000 (+0200) Subject: powerpc/mpc8272ads: fix device tree for 8 MB flash size X-Git-Tag: v2.6.31-rc1~110^2~30 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c7a7a5b9a27e28ce5f800ead9091ce68d37e8088;p=pandora-kernel.git powerpc/mpc8272ads: fix device tree for 8 MB flash size The current device tree for the MPC8272ADS assumes a mapping of 32 MB of NOR flash at 0xFE00.0000, while there are actually only 8 MB on the boards, mapped at 0xFF80.0000. When booting an uImage with such a device tree, the kernel crashes because 0xFE00.0000 is not mapped. Also introduce aliases for serial[01] and ethernet[01]. Signed-off-by: Wolfgang Denk Cc: Scott Wood Signed-off-by: Kumar Gala --- Reading git-diff-tree failed