From: Steffen Sledz Date: Thu, 30 Jul 2009 08:48:16 +0000 (+0200) Subject: linux-2.6.24: NAND flash size fixed for hipox machine X-Git-Tag: Release-2010-05/1~2854 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0501fbe7b6f99eddc8ee9b0d3dab9ebac4722166;p=openembedded.git linux-2.6.24: NAND flash size fixed for hipox machine --- diff --git a/recipes/linux/linux-2.6.24/hipox/hipox-nand.patch b/recipes/linux/linux-2.6.24/hipox/hipox-nand.patch index 1e37d12774..a0a940f8a5 100644 --- a/recipes/linux/linux-2.6.24/hipox/hipox-nand.patch +++ b/recipes/linux/linux-2.6.24/hipox/hipox-nand.patch @@ -141,7 +141,7 @@ diff -Nurd linux-2.6.24-base/drivers/mtd/nand/hipox_nand.c linux-2.6.24/drivers/ + }, { + .name = "system", + .offset = 0x02000000, -+ .size = 0x0e000000, ++ .size = 0x1e000000, + }, +}; +#endif