Re: [U-Boot] [PATCH 14/15] rockchip: defconfig: puma-rk3399: sync up with SPL changes for ATF

2017-09-17 Thread Simon Glass
On 13 September 2017 at 13:29, Philipp Tomsich wrote: > This defconfig update makes use of the new features: > * CONFIG_ROCKCHIP_SPL_RESERVE_IRAM is now set to 0, as there is no >overlap between the M0 firmware and the ATF (we load this to DRAM >and

[U-Boot] [PATCH 14/15] rockchip: defconfig: puma-rk3399: sync up with SPL changes for ATF

2017-09-13 Thread Philipp Tomsich
This defconfig update makes use of the new features: * CONFIG_ROCKCHIP_SPL_RESERVE_IRAM is now set to 0, as there is no overlap between the M0 firmware and the ATF (we load this to DRAM and relocate it to its final location within the ATF) * tracks the ATF_SUPPORT -> ATF renaming