[Marvell-arm64] Fix boot issue on rd98DX35xx_cn9131 (#17277)

Change-Id: I411f12963fb8dc0eb3569faf4df68082b852e3a8

Signed-off-by: Pavan Naregundi <pnaregundi@marvell.com>
This commit is contained in:
Pavan Naregundi 2024-02-13 04:41:00 +05:30 committed by GitHub
parent 0564ce48c9
commit b31a3030fb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -60,8 +60,8 @@
arch = "arm64";
os = "linux";
compression = "none";
load = <0x2000000>;
entry = <0x2000000>;
load = <0x1000000>;
entry = <0x1000000>;
hash@1 {
algo = "sha1";
};
@ -85,8 +85,8 @@
type = "flat_dt";
arch = "arm64";
compression = "none";
load = <0x1000000>;
entry = <0x1000000>;
load = <0x0a00000>;
entry = <0x0a00000>;
hash@1 {
algo = "sha1";
};