
8 Oct
2012
8 Oct
'12
11:24 p.m.
On 10/8/2012 2:03 PM, Stefano Babic wrote:
On 08/10/2012 22:30, Troy Kisky wrote:
On 10/8/2012 9:05 AM, Eric Nelson wrote:
Hi Stefano,
On 10/08/2012 05:28 AM, Stefano Babic wrote: +
+/* Command definition */ +#include<config_cmd_default.h>
Move CONFIG_CMD_BMODE and CONFIG_CMD_SETEXPR here.
That makes perfect sense.
Moving CONFIG_CMD_BMODE may break MX51 boards. Only mx6 and mx53 define boot_mode_apply function in soc.c
???
My proposal is to move the two defines after including cmd_default.h, but still in nitrogen6x.h. It is not possible to break mx51 boards.
Regards, Stefano
Ah. That makes more sense. I thought you were suggesting moving them inside
config_cmd_default.h