msm7627a: Fix nand partition table for SKU3 device

SKU3 & SKU7 use the NAND device with same ID but different
density. SKU3 has 512M density where as SKU7 has 1024M density.
NAND driver populates the device with 1024M density, due to this
num blocks calculated for SKU3 is wrong because of which partition
offset exceeds the size of the device. To fix this create a separate
partition table to SKU3.

CRs-Fixed: 396924
Change-Id: I6a63fa182416e1b60d0cb7e89d8da0b8c6fa6d5c
1 file changed