[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:
parent
0564ce48c9
commit
b31a3030fb
@ -60,8 +60,8 @@
|
|||||||
arch = "arm64";
|
arch = "arm64";
|
||||||
os = "linux";
|
os = "linux";
|
||||||
compression = "none";
|
compression = "none";
|
||||||
load = <0x2000000>;
|
load = <0x1000000>;
|
||||||
entry = <0x2000000>;
|
entry = <0x1000000>;
|
||||||
hash@1 {
|
hash@1 {
|
||||||
algo = "sha1";
|
algo = "sha1";
|
||||||
};
|
};
|
||||||
@ -85,8 +85,8 @@
|
|||||||
type = "flat_dt";
|
type = "flat_dt";
|
||||||
arch = "arm64";
|
arch = "arm64";
|
||||||
compression = "none";
|
compression = "none";
|
||||||
load = <0x1000000>;
|
load = <0x0a00000>;
|
||||||
entry = <0x1000000>;
|
entry = <0x0a00000>;
|
||||||
hash@1 {
|
hash@1 {
|
||||||
algo = "sha1";
|
algo = "sha1";
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user