[U-Boot] [PATCH v2 6/8] rockchip: rk3399: tpl: Add spl_board_init

Kever Yang kever.yang at rock-chips.com
Sat Jun 22 13:50:20 UTC 2019


Hi Jagan,


On 06/21/2019 02:55 AM, Jagan Teki wrote:
> Add spl_board_init for TPL, that have TPL banner will help
> to print tpl boot prints.
>
> Signed-off-by: Jagan Teki <jagan at amarulasolutions.com>

Reviewed-by: Kever Yang <kever.yang at rock-chips.com>

Thanks,
- Kever
> ---
>  arch/arm/mach-rockchip/rk3399-board-tpl.c | 7 +++++++
>  1 file changed, 7 insertions(+)
>
> diff --git a/arch/arm/mach-rockchip/rk3399-board-tpl.c b/arch/arm/mach-rockchip/rk3399-board-tpl.c
> index 86d3ffe97c..72d0dd914e 100644
> --- a/arch/arm/mach-rockchip/rk3399-board-tpl.c
> +++ b/arch/arm/mach-rockchip/rk3399-board-tpl.c
> @@ -8,6 +8,7 @@
>  #include <dm.h>
>  #include <ram.h>
>  #include <spl.h>
> +#include <version.h>
>  #include <asm/io.h>
>  #include <asm/arch-rockchip/bootrom.h>
>  
> @@ -73,6 +74,12 @@ u32 spl_boot_device(void)
>  	return BOOT_DEVICE_BOOTROM;
>  }
>  
> +void spl_board_init(void)
> +{
> +	puts("\nU-Boot TPL "  PLAIN_VERSION " (" U_BOOT_DATE " - "
> +	     U_BOOT_TIME " " U_BOOT_TZ ")\n");
> +}
> +
>  #ifdef CONFIG_SPL_LOAD_FIT
>  int board_fit_config_name_match(const char *name)
>  {





More information about the U-Boot mailing list