U-Boot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Kever Yang <kever.yang@rock-chips.com>
To: Jonas Karlman <jonas@kwiboo.se>, Simon Glass <sjg@chromium.org>,
	Philipp Tomsich <philipp.tomsich@vrull.eu>,
	Tom Rini <trini@konsulko.com>
Cc: u-boot@lists.denx.de
Subject: Re: [PATCH 09/11] rockchip: rk3588: Drop BOARD_LATE_INIT from target config
Date: Tue, 8 Apr 2025 11:20:04 +0800	[thread overview]
Message-ID: <44363e39-b2cc-405c-b793-4d7f4eef2fbb@rock-chips.com> (raw)
In-Reply-To: <20250406002447.1555596-10-jonas@kwiboo.se>


On 2025/4/6 08:24, Jonas Karlman wrote:
> BOARD_LATE_INIT is already selected by ROCKCHIP_RK3588 so there is no
> need to select it under any board target config.
>
> Signed-off-by: Jonas Karlman <jonas@kwiboo.se>
Reviewed-by: Kever Yang <kever.yang@rock-chips.com>

Thanks,
- Kever
> ---
>   arch/arm/mach-rockchip/rk3588/Kconfig | 20 --------------------
>   1 file changed, 20 deletions(-)
>
> diff --git a/arch/arm/mach-rockchip/rk3588/Kconfig b/arch/arm/mach-rockchip/rk3588/Kconfig
> index 8acb6618718f..dfc19c4fc8fa 100644
> --- a/arch/arm/mach-rockchip/rk3588/Kconfig
> +++ b/arch/arm/mach-rockchip/rk3588/Kconfig
> @@ -2,13 +2,11 @@ if ROCKCHIP_RK3588
>   
>   config TARGET_EVB_RK3588
>   	bool "Rockchip EVB1 v10"
> -	select BOARD_LATE_INIT
>   	help
>   	  RK3588 EVB is a evaluation board for Rockchp RK3588.
>   
>   config TARGET_CM3588_NAS_RK3588
>   	bool "FriendlyElec CM3588 NAS"
> -	select BOARD_LATE_INIT
>   	help
>   	  The CM3588 NAS by FriendlyElec pairs the CM3588 compute module, based
>   	  on the Rockchip RK3588 SoC, with the CM3588 NAS Kit carrier board.
> @@ -31,7 +29,6 @@ config TARGET_CM3588_NAS_RK3588
>   
>   config TARGET_GENBOOK_CM5_RK3588
>   	bool "Cool Pi CM5 GenBook"
> -	select BOARD_LATE_INIT
>   	help
>   	  GeenBook is a notebook based on Rockchip RK3588, and works as a carrier
>   	  board connect with CM5 SOM.
> @@ -49,7 +46,6 @@ config TARGET_GENBOOK_CM5_RK3588
>   
>   config TARGET_JAGUAR_RK3588
>   	bool "Theobroma Systems SBC-RK3588-AMR (Jaguar)"
> -	select BOARD_LATE_INIT
>   	help
>   	  The SBC-RK3588-AMR is a Single Board Computer designed by
>   	  Theobroma Systems for autonomous mobile robots.
> @@ -76,7 +72,6 @@ config TARGET_JAGUAR_RK3588
>   
>   config TARGET_KHADAS_EDGE2_RK3588
>   	bool "Khadas Edge2 RK3588 board"
> -	select BOARD_LATE_INIT
>   	help
>   	  Khadas Edge2 is a Rockchip RK3588S based SBC (Single Board Computer)
>   	  by Khadas.
> @@ -98,7 +93,6 @@ config TARGET_KHADAS_EDGE2_RK3588
>   
>   config TARGET_NANOPCT6_RK3588
>   	bool "FriendlyElec NanoPC-T6 RK3588 board"
> -	select BOARD_LATE_INIT
>   	help
>   	  The NanoPC-T6 is a Rockchip RK3588 based SBC by FriendlyElec.
>   
> @@ -143,7 +137,6 @@ config TARGET_NANOPCT6_RK3588
>   
>   config TARGET_NANOPI_R6C_RK3588S
>   	bool "FriendlyElec NanoPi R6C"
> -	select BOARD_LATE_INIT
>   	help
>   	  The NanoPi R6C is a SBC by FriendlyElec based on the Rockchip
>   	  RK3588s.
> @@ -155,7 +148,6 @@ config TARGET_NANOPI_R6C_RK3588S
>   
>   config TARGET_NANOPI_R6S_RK3588S
>   	bool "FriendlyElec NanoPi R6S"
> -	select BOARD_LATE_INIT
>   	help
>   	  The NanoPi R6S is a SBC by FriendlyElec based on the Rockchip
>   	  RK3588s.
> @@ -167,7 +159,6 @@ config TARGET_NANOPI_R6S_RK3588S
>   
>   config TARGET_NOVA_RK3588
>   	bool "Indiedroid Nova RK3588"
> -	select BOARD_LATE_INIT
>   	help
>   	  Indiedroid Nova is a Rockchip RK3588s based SBC by Indiedroid.
>   	  It comes in configurations from 4GB of RAM to 16GB of RAM,
> @@ -176,13 +167,11 @@ config TARGET_NOVA_RK3588
>   
>   config TARGET_ODROID_M2_RK3588S
>   	bool "Hardkernel ODROID-M2"
> -	select BOARD_LATE_INIT
>   	help
>   	  Hardkernel ODROID-M2 single board computer with a RK3588S2 SoC.
>   
>   config TARGET_RK3588_NEU6
>   	bool "Edgeble Neural Compute Module 6(Neu6) SoM"
> -	select BOARD_LATE_INIT
>   	help
>   	  Neu6A:
>   	  Neural Compute Module 6A(Neu6A) is a 96boards SoM-CB compute module
> @@ -204,7 +193,6 @@ config TARGET_RK3588_NEU6
>   
>   config TARGET_ROCK5A_RK3588
>   	bool "Radxa ROCK5A RK3588 board"
> -	select BOARD_LATE_INIT
>   	help
>   	  Radxa ROCK5A is a Rockchip RK3588S based SBC (Single Board Computer)
>   	  by Radxa.
> @@ -231,7 +219,6 @@ config TARGET_ROCK5A_RK3588
>   
>   config TARGET_ROCK5B_RK3588
>   	bool "Radxa ROCK5B RK3588 board"
> -	select BOARD_LATE_INIT
>   	help
>   	  Radxa ROCK5B is a Rockchip RK3588 based SBC (Single Board Computer)
>   	  by Radxa.
> @@ -256,7 +243,6 @@ config TARGET_ROCK5B_RK3588
>   
>   config TARGET_ROCK_5_ITX_RK3588
>   	bool "Radxa ROCK-5-ITX RK3588 board"
> -	select BOARD_LATE_INIT
>   	help
>   	  Radxa ROCK-5-ITX is a Rockchip RK3588 based SBC (Single Board
>   	  Computer) by Radxa in the ITX formfactor.
> @@ -284,7 +270,6 @@ config TARGET_ROCK_5_ITX_RK3588
>   
>   config TARGET_ROCK_5C_RK3588S
>   	bool "Radxa ROCK 5C RK3588S2 board"
> -	select BOARD_LATE_INIT
>   	help
>   	  Radxa ROCK 5C is a Rockchip RK3588S2 based single board computer.
>   
> @@ -304,7 +289,6 @@ config TARGET_ROCK_5C_RK3588S
>   
>   config TARGET_SIGE7_RK3588
>   	bool "ArmSoM Sige7 RK3588 board"
> -	select BOARD_LATE_INIT
>   	help
>   	  ArmSoM Sige7 is a Rockchip RK3588 based SBC (Single Board Computer)
>   	  by ArmSoM.
> @@ -329,14 +313,12 @@ config TARGET_SIGE7_RK3588
>   
>   config TARGET_QUARTZPRO64_RK3588
>   	bool "Pine64 QuartzPro64 RK3588 board"
> -	select BOARD_LATE_INIT
>   	help
>   	  Pine64 QuartzPro64 is a Rockchip RK3588 based SBC (Single Board
>   	  Computer) by Pine64.
>   
>   config TARGET_TIGER_RK3588
>   	bool "Theobroma Systems SOM-RK3588-Q7 (Tiger)"
> -	select BOARD_LATE_INIT
>   	help
>   	  The RK3588-Q7 SoM is a Qseven-compatible (70mm x 70mm, MXM-230
>   	  connector) system-on-module from Theobroma Systems, featuring the
> @@ -366,7 +348,6 @@ config TARGET_TIGER_RK3588
>   
>   config TARGET_TURINGRK1_RK3588
>   	bool "Turing Machines RK1 RK3588 board"
> -	select BOARD_LATE_INIT
>   	help
>   	  The Turing RK1 is a Rockchip RK3588 based SoM from Turing Machines.
>   
> @@ -389,7 +370,6 @@ config TARGET_TURINGRK1_RK3588
>   
>   config TARGET_TOYBRICK_RK3588
>   	bool "Toybrick TB-RK3588X board"
> -	select BOARD_LATE_INIT
>   	help
>   	  Rockchip Toybrick TB-RK3588X is a Rockchip RK3588 based development board.
>   	  TB-RK3588X adopts core board and mainboard design. The core board is connected

  reply	other threads:[~2025-04-08  3:20 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-04-06  0:24 [PATCH 00/11] rockchip: Small cleanups for RK356x and RK3588 Jonas Karlman
2025-04-06  0:24 ` [PATCH 01/11] rockchip: rk3588: Use hptimer reg names in rockchip_stimer_init Jonas Karlman
2025-04-08  3:17   ` Kever Yang
2025-04-06  0:24 ` [PATCH 02/11] rockchip: Remove partitions env variable for RK356x Jonas Karlman
2025-04-08  3:18   ` Kever Yang
2025-04-06  0:24 ` [PATCH 03/11] rockchip: Remove partitions env variable for RK3588 Jonas Karlman
2025-04-08  3:19   ` Kever Yang
2025-04-06  0:24 ` [PATCH 04/11] rockchip: Ensure device settings is defined before rk3568_common.h Jonas Karlman
2025-04-08  3:19   ` Kever Yang
2025-04-06  0:24 ` [PATCH 05/11] rockchip: Ensure device settings is defined before rk3588_common.h Jonas Karlman
2025-04-08  3:19   ` Kever Yang
2025-04-06  0:24 ` [PATCH 06/11] rockchip: Use rk3568_common.h by default for RK356x boards Jonas Karlman
2025-04-08  3:19   ` Kever Yang
2025-04-06  0:24 ` [PATCH 07/11] rockchip: Use rk3588_common.h by default for RK3588 boards Jonas Karlman
2025-04-08  3:19   ` Kever Yang
2025-04-06  0:24 ` [PATCH 08/11] rockchip: rk3568: Drop BOARD_LATE_INIT from target config Jonas Karlman
2025-04-08  3:19   ` Kever Yang
2025-04-06  0:24 ` [PATCH 09/11] rockchip: rk3588: " Jonas Karlman
2025-04-08  3:20   ` Kever Yang [this message]
2025-04-06  0:24 ` [PATCH 10/11] rockchip: Enable meminfo and rng commands for Generic RK3566/RK3568 Jonas Karlman
2025-04-08  3:20   ` Kever Yang
2025-04-06  0:24 ` [PATCH 11/11] rockchip: Enable meminfo and rng commands for Generic RK3588 Jonas Karlman
2025-04-08  3:20   ` Kever Yang

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=44363e39-b2cc-405c-b793-4d7f4eef2fbb@rock-chips.com \
    --to=kever.yang@rock-chips.com \
    --cc=jonas@kwiboo.se \
    --cc=philipp.tomsich@vrull.eu \
    --cc=sjg@chromium.org \
    --cc=trini@konsulko.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox