commit | 6839757890408a20548a098b7dd03316c964d020 | [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 | c4ec226298f053e7282fbb47556149981cce8867 [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>