Re: [U-Boot] [PATCH] rockchip: rk3399-puma: Move ENV_OFFSET to end of SPI NOR.【请注意,邮件由u-boot-boun...@lists.denx.de代发】 of SPI NOR.

2019-05-31 Thread Kever Yang
On 05/28/2019 08:46 PM, Kever Yang wrote: > Hi Christoph, > > > On 05/07/2019 04:37 PM, Christoph Muellner wrote: >> Puma SoMs have a 4 MB SPI NOR flash. >> Therefore we can move the environment to the end of the flash >> (4 MiB - 16 kiB) in order to not overlap with SPL. >> >> Reported-by:

Re: [U-Boot] [PATCH] rockchip: rk3399-puma: Move ENV_OFFSET to end of SPI NOR.

2019-05-28 Thread Kever Yang
Hi Christoph, On 05/07/2019 04:37 PM, Christoph Muellner wrote: > Puma SoMs have a 4 MB SPI NOR flash. > Therefore we can move the environment to the end of the flash > (4 MiB - 16 kiB) in order to not overlap with SPL. > > Reported-by: Jakob Unterwurzacher > Signed-off-by: Christoph Muellner

Re: [U-Boot] [PATCH] rockchip: rk3399-puma: Move ENV_OFFSET to end of SPI NOR.

2019-05-18 Thread Simon Glass
On Tue, 7 May 2019 at 02:37, Christoph Muellner wrote: > > Puma SoMs have a 4 MB SPI NOR flash. > Therefore we can move the environment to the end of the flash > (4 MiB - 16 kiB) in order to not overlap with SPL. > > Reported-by: Jakob Unterwurzacher > Signed-off-by: Christoph Muellner > --- >

[U-Boot] [PATCH] rockchip: rk3399-puma: Move ENV_OFFSET to end of SPI NOR.

2019-05-07 Thread Christoph Muellner
Puma SoMs have a 4 MB SPI NOR flash. Therefore we can move the environment to the end of the flash (4 MiB - 16 kiB) in order to not overlap with SPL. Reported-by: Jakob Unterwurzacher Signed-off-by: Christoph Muellner --- board/theobroma-systems/puma_rk3399/Kconfig | 2 +- 1 file changed, 1