Skip to content

Commit a68439c

Browse files
pavannaregundisaksarav-nokia
authored andcommitted
[Marvell-arm64] Fix boot issue on rd98DX35xx_cn9131 (sonic-net#17277)
Change-Id: I411f12963fb8dc0eb3569faf4df68082b852e3a8 Signed-off-by: Pavan Naregundi <[email protected]>
1 parent 961ce69 commit a68439c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

platform/marvell-arm64/sonic_fit.its

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@
6060
arch = "arm64";
6161
os = "linux";
6262
compression = "none";
63-
load = <0x2000000>;
64-
entry = <0x2000000>;
63+
load = <0x1000000>;
64+
entry = <0x1000000>;
6565
hash@1 {
6666
algo = "sha1";
6767
};
@@ -85,8 +85,8 @@
8585
type = "flat_dt";
8686
arch = "arm64";
8787
compression = "none";
88-
load = <0x1000000>;
89-
entry = <0x1000000>;
88+
load = <0x0a00000>;
89+
entry = <0x0a00000>;
9090
hash@1 {
9191
algo = "sha1";
9292
};

0 commit comments

Comments
 (0)