X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Fconfigs%2Ftizen_tm1.h;h=c815126f36e6dc24cc5d69a13f5bda6fedc886e0;hb=refs%2Fchanges%2F17%2F114117%2F1;hp=70f701970ea38f10ac33873dac388f339a2883e7;hpb=70c9b062ef932fd9af53168d16ff9767f0654630;p=profile%2Fmobile%2Fplatform%2Fkernel%2Fu-boot-tm1.git diff --git a/include/configs/tizen_tm1.h b/include/configs/tizen_tm1.h index 70f7019..c815126 100644 --- a/include/configs/tizen_tm1.h +++ b/include/configs/tizen_tm1.h @@ -60,7 +60,7 @@ //#define CONFIG_YAFFS2 1 //#define BOOT_PART "boot" -#define BOOT_PART "KERNEL" +#define BOOT_PART "kernel" #define RECOVERY_PART "recovery" #define UBIPAC_PART "ubipac" @@ -312,7 +312,7 @@ //#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 + \ @@ -323,6 +323,9 @@ #define CONFIG_CMDLINE_EDITING #define CONFIG_SYS_LONGHELP +/* INFORM3 */ +#define INFORM3 0xf90 + /* support OS choose */ #undef CONFIG_BOOTM_NETBSD #undef CONFIG_BOOTM_RTEMS @@ -406,6 +409,10 @@ #define PARTS_ROOTFS "rootfs" #define PARTS_RUNTIMENV1 "runtimenv1" #define PARTS_RUNTIMENV2 "runtimenv2" +#define PARTS_RAMDISK "ramdisk1" +#define PARTS_RAMDISK2 "ramdisk2" + +#define CONFIG_RAMDISK_BOOT 1 #define CONFIG_SIG