Commit 3ae7b992 authored by Boxiang Sun's avatar Boxiang Sun

runme: Remove unit addresses from hash nodes in kernel2160cex7.itx

parent 3c2dec3d
......@@ -403,7 +403,7 @@ cat > kernel2160cex7.its << EOF
compression = "gzip";
load = <0x80080000>;
entry = <0x80080000>;
hash@1 {
hash {
algo = "crc32";
};
};
......@@ -416,7 +416,7 @@ cat > kernel2160cex7.its << EOF
compression = "none";
load = <0x00000000>;
entry = <0x00000000>;
hash@1 {
hash {
algo = "crc32";
};
};
......@@ -428,7 +428,7 @@ cat > kernel2160cex7.its << EOF
os = "linux";
compression = "none";
load = <0x90000000>;
hash@1 {
hash {
algo = "crc32";
};
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment