commit | 0f9ef57ab166af096b5c3afc81122dc107e22760 | [log] [tgz] |
---|---|---|
author | Sandy Patterson <apatterson@sightlogix.com> | Mon Aug 29 07:31:17 2016 -0400 |
committer | Simon Glass <sjg@chromium.org> | Sat Oct 01 18:35:01 2016 -0600 |
tree | 0644bf87a78f53c702f162bcc26b685e2d7086db | |
parent | d70f0f33d469d57b8530c2212f315bdd5d121366 [diff] |
Enable ROCKCHIP_SPL_BACK_TO_BROM for rock2 board Rock2 has been tested with back to brom feature. The tricky part is that with this feature the default environment is inside u-boot, and it's defined for every rk3288 board independetly. So I just changed it for rock2 here if ROCKCHIP_SPL_BACK_TO_BROM. Solve by moving environment after u-boot before 1M boundary Signed-off-by: Sandy Patterson <apatterson@sightlogix.com> Acked-by: Simon Glass <sjg@chromium.org>