From: Tony Lindgren Date: Wed, 5 Nov 2014 17:21:23 +0000 (-0800) Subject: ARM: dts: Fix NAND last partition size on LDP X-Git-Tag: omap-for-v3.19/fixes-not-urgent-part1~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9dec11f5d813fd3755c1dce45add3afb73ee6318;p=pandora-kernel.git ARM: dts: Fix NAND last partition size on LDP Fix the following warning during the boot: mtd: partition "Filesystem" extends beyond the end of device "omap2-nand.0" -- size truncated to 0x6000000 Looks like I got the last partition size wrong while setting up the .dts file. Note that this does not affect the partition as the size has been getting truncated to the right size. Signed-off-by: Tony Lindgren --- Reading git-diff-tree failed