mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 23:24:38 +00:00
rockchip: board: lion-rk3368: avoid ATF overwriting active SPL stage
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>
This commit is contained in:
parent
5d94ebedcd
commit
6696fe5a2f
1 changed files with 2 additions and 2 deletions
|
@ -27,8 +27,8 @@
|
|||
type = "firmware";
|
||||
arch = "arm64";
|
||||
compression = "none";
|
||||
load = <0x00010000>;
|
||||
entry = <0x00010000>;
|
||||
load = <0x00100000>;
|
||||
entry = <0x00100000>;
|
||||
};
|
||||
|
||||
fdt {
|
||||
|
|
Loading…
Reference in a new issue