Re: [U-Boot] [PATCH] powerpc: P1010RDB: Rework local command to not be included in SPL

2018-01-18 Thread York Sun
On 01/03/2018 06:13 AM, Tom Rini wrote: > Add a CONFIG_SPL_BUILD guard around the code for the "mux" command so it > is not included in SPL. > > Cc: Qiang Zhao > Cc: York Sun > Signed-off-by: Tom Rini > --- Applied to fsl-qoriq master.

Re: [U-Boot] [PATCH] powerpc: P1010RDB: Rework local command to not be included in SPL

2018-01-04 Thread Qiang Zhao
On 01/03/2018 06:13 AM, Tom Rini wrote: > -Original Message- > From: Tom Rini [mailto:tr...@konsulko.com] > Sent: Wednesday, January 03, 2018 10:13 PM > To: u-boot@lists.denx.de > Cc: Qiang Zhao ; York Sun > Subject: [PATCH] powerpc: P1010RDB: Rework

Re: [U-Boot] [PATCH] powerpc: P1010RDB: Rework local command to not be included in SPL

2018-01-04 Thread York Sun
On 01/03/2018 06:13 AM, Tom Rini wrote: > Add a CONFIG_SPL_BUILD guard around the code for the "mux" command so it > is not included in SPL. > > Cc: Qiang Zhao > Cc: York Sun > Signed-off-by: Tom Rini > --- Reviewed-by: York Sun

[U-Boot] [PATCH] powerpc: P1010RDB: Rework local command to not be included in SPL

2018-01-03 Thread Tom Rini
Add a CONFIG_SPL_BUILD guard around the code for the "mux" command so it is not included in SPL. Cc: Qiang Zhao Cc: York Sun Signed-off-by: Tom Rini --- board/freescale/p1010rdb/p1010rdb.c | 2 ++ 1 file changed, 2 insertions(+) diff