All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] powerpc: P1010RDB: Rework local command to not be included in SPL
@ 2018-01-03 14:13 Tom Rini
  2018-01-04 18:34 ` York Sun
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Tom Rini @ 2018-01-03 14:13 UTC (permalink / raw)
  To: u-boot

Add a CONFIG_SPL_BUILD guard around the code for the "mux" command so it
is not included in SPL.

Cc: Qiang Zhao <qiang.zhao@nxp.com>
Cc: York Sun <york.sun@nxp.com>
Signed-off-by: Tom Rini <trini@konsulko.com>
---
 board/freescale/p1010rdb/p1010rdb.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/board/freescale/p1010rdb/p1010rdb.c b/board/freescale/p1010rdb/p1010rdb.c
index aa04e993c460..a5d85c228279 100644
--- a/board/freescale/p1010rdb/p1010rdb.c
+++ b/board/freescale/p1010rdb/p1010rdb.c
@@ -550,6 +550,7 @@ int misc_init_r(void)
 	return 0;
 }
 
+#ifndef CONFIG_SPL_BUILD
 static int pin_mux_cmd(cmd_tbl_t *cmdtp, int flag, int argc,
 				char * const argv[])
 {
@@ -569,3 +570,4 @@ U_BOOT_CMD(
 	"configure multiplexing pin for IFC/SDHC bus in runtime",
 	"bus_type (e.g. mux sdhc)"
 );
+#endif
-- 
2.7.4

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [U-Boot] [PATCH] powerpc: P1010RDB: Rework local command to not be included in SPL
  2018-01-03 14:13 [U-Boot] [PATCH] powerpc: P1010RDB: Rework local command to not be included in SPL Tom Rini
@ 2018-01-04 18:34 ` York Sun
  2018-01-05  1:50 ` Qiang Zhao
  2018-01-19  0:52 ` York Sun
  2 siblings, 0 replies; 4+ messages in thread
From: York Sun @ 2018-01-04 18:34 UTC (permalink / raw)
  To: u-boot

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 <qiang.zhao@nxp.com>
> Cc: York Sun <york.sun@nxp.com>
> Signed-off-by: Tom Rini <trini@konsulko.com>
> ---

Reviewed-by: York Sun <york.sun@nxp.com>

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [U-Boot] [PATCH] powerpc: P1010RDB: Rework local command to not be included in SPL
  2018-01-03 14:13 [U-Boot] [PATCH] powerpc: P1010RDB: Rework local command to not be included in SPL Tom Rini
  2018-01-04 18:34 ` York Sun
@ 2018-01-05  1:50 ` Qiang Zhao
  2018-01-19  0:52 ` York Sun
  2 siblings, 0 replies; 4+ messages in thread
From: Qiang Zhao @ 2018-01-05  1:50 UTC (permalink / raw)
  To: u-boot

On 01/03/2018 06:13 AM, Tom Rini wrote:

> -----Original Message-----
> From: Tom Rini [mailto:trini at konsulko.com]
> Sent: Wednesday, January 03, 2018 10:13 PM
> To: u-boot at lists.denx.de
> Cc: Qiang Zhao <qiang.zhao@nxp.com>; York Sun <york.sun@nxp.com>
> Subject: [PATCH] powerpc: P1010RDB: Rework local command to not be
> included in SPL
> 
> Add a CONFIG_SPL_BUILD guard around the code for the "mux" command so it
> is not included in SPL.
> 
> Cc: Qiang Zhao <qiang.zhao@nxp.com>
> Cc: York Sun <york.sun@nxp.com>
> Signed-off-by: Tom Rini <trini@konsulko.com>
> ---

Reviewed-by: Qiang Zhao <qiang.zhao@nxp.com>

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [U-Boot] [PATCH] powerpc: P1010RDB: Rework local command to not be included in SPL
  2018-01-03 14:13 [U-Boot] [PATCH] powerpc: P1010RDB: Rework local command to not be included in SPL Tom Rini
  2018-01-04 18:34 ` York Sun
  2018-01-05  1:50 ` Qiang Zhao
@ 2018-01-19  0:52 ` York Sun
  2 siblings, 0 replies; 4+ messages in thread
From: York Sun @ 2018-01-19  0:52 UTC (permalink / raw)
  To: u-boot

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 <qiang.zhao@nxp.com>
> Cc: York Sun <york.sun@nxp.com>
> Signed-off-by: Tom Rini <trini@konsulko.com>
> ---

Applied to fsl-qoriq master. Thanks.

York

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2018-01-19  0:52 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-01-03 14:13 [U-Boot] [PATCH] powerpc: P1010RDB: Rework local command to not be included in SPL Tom Rini
2018-01-04 18:34 ` York Sun
2018-01-05  1:50 ` Qiang Zhao
2018-01-19  0:52 ` York Sun

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.