tizen: add ramdisk1 partition to default partition table
[profile/mobile/platform/kernel/u-boot-tm1.git] / include / configs / tizen_tm1.h
index f4fadaa..916c108 100644 (file)
 //#endif
 
 /* U-Boot general configuration */
-#define CONFIG_SYS_PROMPT      "=> "   /* Monitor Command Prompt */
+#define CONFIG_SYS_PROMPT      "TM1 # "        /* Monitor Command Prompt */
 #define CONFIG_SYS_CBSIZE      1024    /* Console I/O Buffer Size  */
 /* Print buffer sz */
 #define CONFIG_SYS_PBSIZE      (CONFIG_SYS_CBSIZE + \
 #define PARTS_ROOTFS           "rootfs"
 #define PARTS_RUNTIMENV1       "runtimenv1"
 #define PARTS_RUNTIMENV2       "runtimenv2"
+#define PARTS_RAMDISK          "ramdisk1"
 
 #define CONFIG_SIG