mirror of
https://github.com/Telecominfraproject/ols-nos.git
synced 2025-11-02 19:17:47 +00:00
[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:
@@ -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";
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user