All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] rockchip: rk322x: update MACRO for back-to-brom
@ 2018-04-18  4:45 Kever Yang
  2018-04-25 10:29 ` [U-Boot] " Philipp Tomsich
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Kever Yang @ 2018-04-18  4:45 UTC (permalink / raw)
  To: u-boot

The MACRO has been update after:
ee14d29 rockchip: back-to-bootrom: split BACK_TO_BOOTROM for TPL/SPL
We need to update the C code for it.

Signed-off-by: Kever Yang <kever.yang@rock-chips.com>
---

 arch/arm/mach-rockchip/rk322x-board-spl.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/mach-rockchip/rk322x-board-spl.c b/arch/arm/mach-rockchip/rk322x-board-spl.c
index 206abfa..d3d0446 100644
--- a/arch/arm/mach-rockchip/rk322x-board-spl.c
+++ b/arch/arm/mach-rockchip/rk322x-board-spl.c
@@ -95,7 +95,7 @@ void board_init_f(ulong dummy)
 
 	/* Disable the ddr secure region setting to make it non-secure */
 	rk_clrreg(SGRF_DDR_CON0, 0x4000);
-#if defined(CONFIG_ROCKCHIP_SPL_BACK_TO_BROM) && !defined(CONFIG_SPL_BOARD_INIT)
+#if defined(CONFIG_SPL_ROCKCHIP_BACK_TO_BROM) && !defined(CONFIG_SPL_BOARD_INIT)
 	back_to_bootrom(BROM_BOOT_NEXTSTAGE);
 #endif
 }
-- 
1.9.1

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

* [U-Boot] rockchip: rk322x: update MACRO for back-to-brom
  2018-04-18  4:45 [U-Boot] [PATCH] rockchip: rk322x: update MACRO for back-to-brom Kever Yang
@ 2018-04-25 10:29 ` Philipp Tomsich
  2018-04-25 10:29 ` Philipp Tomsich
  2018-04-26  7:05 ` Philipp Tomsich
  2 siblings, 0 replies; 4+ messages in thread
From: Philipp Tomsich @ 2018-04-25 10:29 UTC (permalink / raw)
  To: u-boot

> The MACRO has been update after:
> ee14d29 rockchip: back-to-bootrom: split BACK_TO_BOOTROM for TPL/SPL
> We need to update the C code for it.
> 
> Signed-off-by: Kever Yang <kever.yang@rock-chips.com>
> ---
> 
>  arch/arm/mach-rockchip/rk322x-board-spl.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 

Acked-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>

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

* [U-Boot] rockchip: rk322x: update MACRO for back-to-brom
  2018-04-18  4:45 [U-Boot] [PATCH] rockchip: rk322x: update MACRO for back-to-brom Kever Yang
  2018-04-25 10:29 ` [U-Boot] " Philipp Tomsich
@ 2018-04-25 10:29 ` Philipp Tomsich
  2018-04-26  7:05 ` Philipp Tomsich
  2 siblings, 0 replies; 4+ messages in thread
From: Philipp Tomsich @ 2018-04-25 10:29 UTC (permalink / raw)
  To: u-boot

> The MACRO has been update after:
> ee14d29 rockchip: back-to-bootrom: split BACK_TO_BOOTROM for TPL/SPL
> We need to update the C code for it.
> 
> Signed-off-by: Kever Yang <kever.yang@rock-chips.com>
> ---
> 
>  arch/arm/mach-rockchip/rk322x-board-spl.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 

Reviewed-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>

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

* [U-Boot] rockchip: rk322x: update MACRO for back-to-brom
  2018-04-18  4:45 [U-Boot] [PATCH] rockchip: rk322x: update MACRO for back-to-brom Kever Yang
  2018-04-25 10:29 ` [U-Boot] " Philipp Tomsich
  2018-04-25 10:29 ` Philipp Tomsich
@ 2018-04-26  7:05 ` Philipp Tomsich
  2 siblings, 0 replies; 4+ messages in thread
From: Philipp Tomsich @ 2018-04-26  7:05 UTC (permalink / raw)
  To: u-boot

> The MACRO has been update after:
> ee14d29 rockchip: back-to-bootrom: split BACK_TO_BOOTROM for TPL/SPL
> We need to update the C code for it.
> 
> Signed-off-by: Kever Yang <kever.yang@rock-chips.com>
> Acked-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
> Reviewed-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
> ---
> 
>  arch/arm/mach-rockchip/rk322x-board-spl.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 

Applied to u-boot-rockchip, thanks!

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

end of thread, other threads:[~2018-04-26  7:05 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-04-18  4:45 [U-Boot] [PATCH] rockchip: rk322x: update MACRO for back-to-brom Kever Yang
2018-04-25 10:29 ` [U-Boot] " Philipp Tomsich
2018-04-25 10:29 ` Philipp Tomsich
2018-04-26  7:05 ` Philipp Tomsich

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.