Commit afd21fd3 authored by Boxiang Sun's avatar Boxiang Sun Committed by Boxiang Sun

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

parent 4fb0f4c8
...@@ -401,7 +401,7 @@ cat > kernel2160cex7.its << EOF ...@@ -401,7 +401,7 @@ cat > kernel2160cex7.its << EOF
compression = "gzip"; compression = "gzip";
load = <0x80080000>; load = <0x80080000>;
entry = <0x80080000>; entry = <0x80080000>;
hash@1 { hash {
algo = "crc32"; algo = "crc32";
}; };
}; };
...@@ -414,7 +414,7 @@ cat > kernel2160cex7.its << EOF ...@@ -414,7 +414,7 @@ cat > kernel2160cex7.its << EOF
compression = "none"; compression = "none";
load = <0x00000000>; load = <0x00000000>;
entry = <0x00000000>; entry = <0x00000000>;
hash@1 { hash {
algo = "crc32"; algo = "crc32";
}; };
}; };
...@@ -426,7 +426,7 @@ cat > kernel2160cex7.its << EOF ...@@ -426,7 +426,7 @@ cat > kernel2160cex7.its << EOF
os = "linux"; os = "linux";
compression = "none"; compression = "none";
load = <0x90000000>; load = <0x90000000>;
hash@1 { hash {
algo = "crc32"; 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