[PATCH 2/3] rockchip: rk3399-gru: Enable TPL_GPIO for bob and kevin
Kever Yang
kever.yang at rock-chips.com
Wed Feb 19 15:53:27 CET 2025
On 2025/2/9 06:49, Jonas Karlman wrote:
> The PP1500 and PP3000 power rails must be on very early for the U-Boot
> TPL banner to be shown on debug UART.
>
> Enable TPL_GPIO Kconfig option for bob and kevin to allow use of
> spl_gpio.h functions in TPL.
>
> Signed-off-by: Jonas Karlman <jonas at kwiboo.se>
Reviewed-by: Kever Yang <kever.yang at rock-chips.com>
Thanks,
- Kever
> ---
> This fixes a linking issue that otherwise would happen with next patch.
> ---
> configs/chromebook_bob_defconfig | 1 +
> configs/chromebook_kevin_defconfig | 1 +
> 2 files changed, 2 insertions(+)
>
> diff --git a/configs/chromebook_bob_defconfig b/configs/chromebook_bob_defconfig
> index 1b018ef4d7c8..5b8c0d35de6d 100644
> --- a/configs/chromebook_bob_defconfig
> +++ b/configs/chromebook_bob_defconfig
> @@ -35,6 +35,7 @@ CONFIG_SPL_SPI_LOAD=y
> CONFIG_SYS_SPI_U_BOOT_OFFS=0xE0000
> CONFIG_SPL_ATF_NO_PLATFORM_PARAM=y
> CONFIG_TPL=y
> +CONFIG_TPL_GPIO=y
> CONFIG_CMD_BOOTZ=y
> CONFIG_CMD_GPIO=y
> CONFIG_CMD_GPT=y
> diff --git a/configs/chromebook_kevin_defconfig b/configs/chromebook_kevin_defconfig
> index 1ee0c0e6c9d8..a29a04aaddef 100644
> --- a/configs/chromebook_kevin_defconfig
> +++ b/configs/chromebook_kevin_defconfig
> @@ -36,6 +36,7 @@ CONFIG_SPL_SPI_LOAD=y
> CONFIG_SYS_SPI_U_BOOT_OFFS=0xE0000
> CONFIG_SPL_ATF_NO_PLATFORM_PARAM=y
> CONFIG_TPL=y
> +CONFIG_TPL_GPIO=y
> CONFIG_CMD_BOOTZ=y
> CONFIG_CMD_GPIO=y
> CONFIG_CMD_GPT=y
More information about the U-Boot
mailing list