X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=property%2Ftizen_part.h;h=487577b99052142ba7f91b382bb06a9c301ab2a3;hb=1816491ef9cf99e6f8b7d29f9b099d585c75d964;hp=386d0ebe3c84925b5b2360d7b67c4c59470cf8c5;hpb=6925411d5b3b7a182f409af6f745a9c9cfc8a632;p=profile%2Fmobile%2Fplatform%2Fkernel%2Fu-boot-tm1.git diff --git a/property/tizen_part.h b/property/tizen_part.h index 386d0eb..487577b 100644 --- a/property/tizen_part.h +++ b/property/tizen_part.h @@ -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_ */