Re: [U-Boot] [PATCH v2] x86: Move commands from under arch/x86 to cmd/x86/

2018-01-08 Thread Bin Meng
On Mon, Jan 8, 2018 at 11:08 AM, Bin Meng wrote: > On Wed, Jan 3, 2018 at 9:54 PM, Tom Rini wrote: >> We only need to compile and link these files when building for full >> U-Boot. Move them to under cmd/x86/ to make sure they aren't linked in >> and undiscarded due to u_boot_list_2_cmd_* being

Re: [U-Boot] [PATCH v2] x86: Move commands from under arch/x86 to cmd/x86/

2018-01-07 Thread Bin Meng
On Wed, Jan 3, 2018 at 9:54 PM, Tom Rini wrote: > We only need to compile and link these files when building for full > U-Boot. Move them to under cmd/x86/ to make sure they aren't linked in > and undiscarded due to u_boot_list_2_cmd_* being included). > > Cc: Bin Meng > Signed-off-by: Tom Rini

[U-Boot] [PATCH v2] x86: Move commands from under arch/x86 to cmd/x86/

2018-01-03 Thread Tom Rini
We only need to compile and link these files when building for full U-Boot. Move them to under cmd/x86/ to make sure they aren't linked in and undiscarded due to u_boot_list_2_cmd_* being included). Cc: Bin Meng Signed-off-by: Tom Rini --- Changes in v2: - Format patch with -M - Drop 'cmd_' fro