Searched hist:"56 f580d3eb8d1f8d62d51f6155f6d22e975ceefd" (Results 1 – 1 of 1) sorted by relevance
| /rk3399_rockchip-uboot/arch/arm/dts/ |
| H A D | rk3399-puma.dtsi | 56f580d3eb8d1f8d62d51f6155f6d22e975ceefd Wed Jul 19 12:32:22 UTC 2017 Philipp Tomsich <philipp.tomsich@theobroma-systems.com> rockchip: dts: rk3399-puma: put environment (in MMC/SD configurations) before SPL
As our SPL stage can grow quite large (80KB+ are not unusual) on the RK3399-Q7, the default setting for the environment location (in include/configs/rockchip-common.h) can overlap our SPL.
This change finally makes use of the 'u-boot,mmc-env-offset' DTS property to override the environment location and put it at 16KB into the device, which is right before the SPL (located at 32KB).
Signed-off-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com> Acked-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
|