
1 Mar
2016
1 Mar
'16
12:39 a.m.
On 02/25/2016 09:00 PM, Simon Glass wrote:
Don't try to run commands when not supported.
diff --git a/arch/sandbox/cpu/start.c b/arch/sandbox/cpu/start.c
+int board_run_command(const char *cmdline) +{
- printf("## Commands are disabled. Please enable CONFIG_CMDLINE.\n");
- return 1;
+}
Isn't this part of patch 5/9?