We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 961ce69 commit a68439cCopy full SHA for a68439c
platform/marvell-arm64/sonic_fit.its
@@ -60,8 +60,8 @@
60
arch = "arm64";
61
os = "linux";
62
compression = "none";
63
- load = <0x2000000>;
64
- entry = <0x2000000>;
+ load = <0x1000000>;
+ entry = <0x1000000>;
65
hash@1 {
66
algo = "sha1";
67
};
@@ -85,8 +85,8 @@
85
type = "flat_dt";
86
87
88
- load = <0x1000000>;
89
- entry = <0x1000000>;
+ load = <0x0a00000>;
+ entry = <0x0a00000>;
90
91
92
0 commit comments