X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=property%2Fboot_mode_regist.c;h=4d06c1ff1ca4b9961390346597bdee26e786d893;hb=cc87b8fa384fa510aa2ed75ca7325cef229a8f31;hp=44dda2d2bcc5ea7ccf36c961530d66c391546bf5;hpb=70c9b062ef932fd9af53168d16ff9767f0654630;p=profile%2Fmobile%2Fplatform%2Fkernel%2Fu-boot-tm1.git diff --git a/property/boot_mode_regist.c b/property/boot_mode_regist.c index 44dda2d..4d06c1f 100644 --- a/property/boot_mode_regist.c +++ b/property/boot_mode_regist.c @@ -35,8 +35,8 @@ void cmd_mode_regist(CBOOT_MODE_ENTRY *array) MODE_REGIST(CMD_NORMAL_MODE, normal_mode); MODE_REGIST(CMD_CHARGE_MODE, charge_mode); MODE_REGIST(CMD_THOR_MODE, thor_mode); -#ifndef CONFIG_TIZEN MODE_REGIST(CMD_RECOVERY_MODE, recovery_mode); +#ifndef CONFIG_TIZEN MODE_REGIST(CMD_FACTORYTEST_MODE,factorytest_mode); MODE_REGIST(CMD_FASTBOOT_MODE, fastboot_mode); MODE_REGIST(CMD_WATCHDOG_REBOOT, watchdog_mode);