[U-Boot] [U-Boot, v3, 08/10] rockchip: enable SPL_LIBGENERIC for rk3036 based boards
Philipp Tomsich
philipp.tomsich at theobroma-systems.com
Thu Jul 27 12:44:10 UTC 2017
> function board_init_f_init_reserve will call memset, which
> is implemented in lib, and enabled by CONFIG_SPL_LIBGENERIC_SUPPORT
> in spl stage.
> To reduce the code size, also enable SPL_TINY_MEMSET.
> As rk3036 will return to bootrom immediately after dram
> initialization, there is no need to run DM, so disable
> SPL_DM_SERIAL.
>
> Signed-off-by: Andy Yan <andy.yan at rock-chips.com>
> Reviewed-by: Simon Glass <sjg at chromium.org>
> Acked-by: Philipp Tomsich <philipp.tomsich at theobroma-systems.com>
> Reviewed-by: Philipp Tomsich <philipp.tomsich at theobroma-systems.com>
> ---
>
> Changes in v3:
> - disable SPL_DM_SERIAL
>
> Changes in v2: None
>
> arch/arm/mach-rockchip/rk3036-board-spl.c | 6 ------
> configs/evb-rk3036_defconfig | 4 +++-
> configs/kylin-rk3036_defconfig | 4 +++-
> 3 files changed, 6 insertions(+), 8 deletions(-)
>
Applied to u-boot-rockchip, thanks!
More information about the U-Boot
mailing list