Re: [U-Boot] [PATCH 1/2] rockchip: evb-rk3288: Drop explicit SPL_TEXT

2019-09-19 Thread Jagan Teki
On Wed, Sep 18, 2019 at 3:27 PM Kever Yang wrote: > > SPL_TEXT_BASE is 0x0 by default, based on the kconfig > definition move in below commit. > > "configs: move CONFIG_SPL_TEXT_BASE to Kconfig" > (sha1: f89d6133eef2e068f9c33853b6584d7fcbfa9d2e) > > So, don't define it explicitly. > > Signed-off-b

[U-Boot] [PATCH 1/2] rockchip: evb-rk3288: Drop explicit SPL_TEXT

2019-09-18 Thread Kever Yang
SPL_TEXT_BASE is 0x0 by default, based on the kconfig definition move in below commit. "configs: move CONFIG_SPL_TEXT_BASE to Kconfig" (sha1: f89d6133eef2e068f9c33853b6584d7fcbfa9d2e) So, don't define it explicitly. Signed-off-by: Kever Yang --- configs/evb-rk3288_defconfig | 1 - 1 file chan