commit | 70616df2bfbb4de675b93aa85e8aec744346fede | [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 | 230e0e09dae00b94632282b570040e99d6642ca7 [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>