
18 Jul
2017
18 Jul
'17
4 p.m.
On 12 July 2017 at 20:29, Andy Yan andy.yan@rock-chips.com wrote:
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.
Signed-off-by: Andy Yan andy.yan@rock-chips.com
Changes in v2: None
arch/arm/mach-rockchip/rk3036-board-spl.c | 6 ------ configs/evb-rk3036_defconfig | 2 ++ configs/kylin-rk3036_defconfig | 3 ++- 3 files changed, 4 insertions(+), 7 deletions(-)
Reviewed-by: Simon Glass sjg@chromium.org