Re: [U-Boot] [PATCH 2/7] configs: vyasa-rk3288: Fix SPL_TEXT_BASE

2019-09-17 Thread Kever Yang
On 2019/9/17 下午2:10, Jagan Teki wrote: The initial Vyasa-rk3288 TPL implementation is to reuse the SPL_TEXT_BASE for TPL and SPL as 0x0 and 0xff704000 respectively. But the below commit implements the reverse way of using TEXT_BASE's like 0xff704000 for TPL and 0x0 for SPL and which indeed

Re: [U-Boot] [PATCH 2/7] configs: vyasa-rk3288: Fix SPL_TEXT_BASE

2019-09-17 Thread Jagan Teki
On Wed, Sep 18, 2019 at 10:32 AM Kever Yang wrote: > > > On 2019/9/17 下午2:10, Jagan Teki wrote: > > The initial Vyasa-rk3288 TPL implementation is to reuse the > > SPL_TEXT_BASE for TPL and SPL as 0x0 and 0xff704000 respectively. > > > > But the below commit implements the reverse way of using

Re: [U-Boot] [PATCH 2/7] configs: vyasa-rk3288: Fix SPL_TEXT_BASE

2019-09-17 Thread Kever Yang
On 2019/9/17 下午2:10, Jagan Teki wrote: The initial Vyasa-rk3288 TPL implementation is to reuse the SPL_TEXT_BASE for TPL and SPL as 0x0 and 0xff704000 respectively. But the below commit implements the reverse way of using TEXT_BASE's like 0xff704000 for TPL and 0x0 for SPL and which indeed

[U-Boot] [PATCH 2/7] configs: vyasa-rk3288: Fix SPL_TEXT_BASE

2019-09-17 Thread Jagan Teki
The initial Vyasa-rk3288 TPL implementation is to reuse the SPL_TEXT_BASE for TPL and SPL as 0x0 and 0xff704000 respectively. But the below commit implements the reverse way of using TEXT_BASE's like 0xff704000 for TPL and 0x0 for SPL and which indeed update the SPL_TEXT_BASE for vyasa-rk3288