env: Enable SPI flash env for rockchip
authorJagan Teki <jagan@amarulasolutions.com>
Sat, 21 Dec 2019 07:54:36 +0000 (13:24 +0530)
committerKever Yang <kever.yang@rock-chips.com>
Thu, 30 Jan 2020 03:44:01 +0000 (11:44 +0800)
commit54b85a94e56e26dcc01846b6d38478ae06d87183
treee7c2cad776b0349a1562946286e44cd2e1f6a4a8
parentd7b433e40b037733f47b83b8e2f385f91035924b
env: Enable SPI flash env for rockchip

Most of the SPI flash devices in rockchip are 16MiB size.

So, keeping U-Boot proper offset start from 128MiB with 1MiB
size and then start env of 8KiB would be a compatible location
between all variants of flash sizes.

This patch add env start from 0x14000 with a size of 8KiB.

Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>
Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
env/Kconfig