commit | 54b85a94e56e26dcc01846b6d38478ae06d87183 | [log] [tgz] |
---|---|---|
author | Jagan Teki <jagan@amarulasolutions.com> | Sat Dec 21 13:24:36 2019 +0530 |
committer | Kever Yang <kever.yang@rock-chips.com> | Thu Jan 30 11:44:01 2020 +0800 |
tree | e7c2cad776b0349a1562946286e44cd2e1f6a4a8 | |
parent | d7b433e40b037733f47b83b8e2f385f91035924b [diff] |
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>