> 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....@rock-chips.com> > Reviewed-by: Simon Glass <s...@chromium.org> > Acked-by: Philipp Tomsich <philipp.toms...@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(-) >
Reviewed-by: Philipp Tomsich <philipp.toms...@theobroma-systems.com> _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de https://lists.denx.de/listinfo/u-boot