]> git.sur5r.net Git - u-boot/commit
rockchip: spl: use spl_early_init() instead of spl_init()
authorKever Yang <kever.yang@rock-chips.com>
Mon, 20 Mar 2017 06:47:16 +0000 (14:47 +0800)
committerSimon Glass <sjg@chromium.org>
Wed, 5 Apr 2017 02:01:57 +0000 (20:01 -0600)
commit232cf962227c609b5788bddd08e2bf58366d9483
tree4923d793119d50bfe05e8c7661d80758e470f830
parentf3f1af939e950850e28a56e1e500c46e7d433769
rockchip: spl: use spl_early_init() instead of spl_init()

Rockchip spl driver needs using spl_early_init().

Fixes: b3d2861e (spl: Remove overwrite of relocated malloc limit)
Signed-off-by: Kever Yang <kever.yang@rock-chips.com>
Reviewed-by: Heiko Stuebner <heiko@sntech.de>
Tested-by: Heiko Stuebner <heiko@sntech.de>
Reviewed-by: Simon Glass <sjg@chromium.org>
arch/arm/mach-rockchip/rk3188-board-spl.c
arch/arm/mach-rockchip/rk3399-board-spl.c