tizen: add ramdisk1 partition to default partition table
[profile/mobile/platform/kernel/u-boot-tm1.git] / property / tizen_part.h
index 386d0eb..487577b 100644 (file)
@@ -27,6 +27,7 @@ struct part_mapping_table thor_part_map[] = {
        { 26, PARTS_ROOTFS, "rootfs", 0xc9d000, 0x1c0000, 0x200 },
        { -1, PARTS_RUNTIMENV1, "", 0x5800, 0x800, 0x200 },
        { -1, PARTS_RUNTIMENV2, "", 0x6000, 0x800, 0x200 },
+       { -1, PARTS_RAMDISK, "ramdisk", 0x1e000, 0x4000, 0x200 },
 };
 
 #endif /* _TIZEN_PART_H_ */