Преглед изворни кода

fw/console: allow MFG write in normal recovery firmware

Same as serial write and others.

Signed-off-by: Gerard Marull-Paretas <gerard@teslabs.com>
Gerard Marull-Paretas пре 2 месеци
родитељ
комит
8cce0d69ed
1 измењених фајлова са 0 додато и 2 уклоњено
  1. 0 2
      src/fw/console/prompt_commands.h

+ 0 - 2
src/fw/console/prompt_commands.h

@@ -416,14 +416,12 @@ static const Command s_prompt_commands[] = {
   { "serial write", command_serial_write, 1 },
   { "hwver write", command_hwver_write, 1 },
   { "pcbaserial write", command_pcba_serial_write, 1 },
-#if MANUFACTURING_FW
   { "color write", command_color_write, 1 },
 #if PBL_ROUND
   { "disp offset write", command_disp_offset_write, 2 },
 #endif
   { "rtcfreq write", command_rtcfreq_write, 1 },
   { "model write", command_model_write, 1 },
-#endif // MANUFACTURING_FW
   { "bootloader test", command_bootloader_test, 1 },
 
   { "scheduler force active", command_scheduler_force_active, 0 },