tizen: add ramdisk1 partition to default partition table
[profile/mobile/platform/kernel/u-boot-tm1.git] / include / configs / tizen_tm1.h
index 70f7019..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 CONFIG_CMDLINE_EDITING
 #define CONFIG_SYS_LONGHELP
 
+/* INFORM3 */
+#define INFORM3        0xf90
+
 /* support OS choose */
 #undef CONFIG_BOOTM_NETBSD
 #undef CONFIG_BOOTM_RTEMS
 #define PARTS_ROOTFS           "rootfs"
 #define PARTS_RUNTIMENV1       "runtimenv1"
 #define PARTS_RUNTIMENV2       "runtimenv2"
+#define PARTS_RAMDISK          "ramdisk1"
 
 #define CONFIG_SIG