diff options
| author | Tom Rini <[email protected]> | 2021-09-11 08:15:56 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2021-09-11 08:15:56 -0400 |
| commit | 78528b3e7ee70c798cb25cac8d1450582fe8606f (patch) | |
| tree | 12e1c396ad1f7e61351036f6d4b3b01618da318b /tools | |
| parent | de5857d05660a839b3ba81b0f24d9b98e927d2ac (diff) | |
| parent | cab1306a0990474032a7523e73ff185507488e3b (diff) | |
Merge branch '2021-09-10-assorted-TI-updates'
- A number of TI platform bugfixes
Diffstat (limited to 'tools')
| -rwxr-xr-x | tools/k3_fit_atf.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/k3_fit_atf.sh b/tools/k3_fit_atf.sh index 3a476ced98b..7bc07ad0746 100755 --- a/tools/k3_fit_atf.sh +++ b/tools/k3_fit_atf.sh @@ -67,8 +67,8 @@ cat << __HEADER_EOF arch = "arm32"; compression = "none"; os = "DM"; - load = <0xa0000000>; - entry = <0xa0000000>; + load = <0x89000000>; + entry = <0x89000000>; }; spl { description = "SPL (64-bit)"; |
