rockchip: board: lion-rk3368: avoid ATF overwriting active SPL stage
authorPhilipp Tomsich <philipp.tomsich@theobroma-systems.com>
Fri, 15 Sep 2017 13:57:15 +0000 (15:57 +0200)
committerPhilipp Tomsich <philipp.tomsich@theobroma-systems.com>
Sat, 30 Sep 2017 22:33:33 +0000 (00:33 +0200)
The RK3368-uQ7 ATF has been moved back to 0x100000 (1MB from the start
of DRAM) to avoid it overwriting the active SPL stage during FIT image
loading.  This change adapts the .its to match up (again) with our ATF
repository for the RK3368-uQ7.

Signed-off-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
board/theobroma-systems/lion_rk3368/fit_spl_atf.its

index 405750f..60daddc 100644 (file)
@@ -27,8 +27,8 @@
                        type = "firmware";
                        arch = "arm64";
                        compression = "none";
-                       load = <0x00010000>;
-                       entry = <0x00010000>;
+                       load = <0x00100000>;
+                       entry = <0x00100000>;
                };
 
                fdt {