diff --git a/Cargo.lock b/Cargo.lock index b504e6ce..53e13092 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -153,7 +153,7 @@ dependencies = [ [[package]] name = "libasync" version = "0.0.0" -source = "git+https://git.m-labs.hk/M-Labs/zc706.git#83ff37e10e721c436246fbf4a945af9516121d00" +source = "git+https://git.m-labs.hk/M-Labs/zc706.git#008a9954292980b34fc20cc519a19e92b4ac077d" dependencies = [ "embedded-hal", "libcortex_a9", @@ -165,7 +165,7 @@ dependencies = [ [[package]] name = "libboard_zynq" version = "0.0.0" -source = "git+https://git.m-labs.hk/M-Labs/zc706.git#83ff37e10e721c436246fbf4a945af9516121d00" +source = "git+https://git.m-labs.hk/M-Labs/zc706.git#008a9954292980b34fc20cc519a19e92b4ac077d" dependencies = [ "bit_field", "embedded-hal", @@ -180,7 +180,7 @@ dependencies = [ [[package]] name = "libcortex_a9" version = "0.0.0" -source = "git+https://git.m-labs.hk/M-Labs/zc706.git#83ff37e10e721c436246fbf4a945af9516121d00" +source = "git+https://git.m-labs.hk/M-Labs/zc706.git#008a9954292980b34fc20cc519a19e92b4ac077d" dependencies = [ "bit_field", "libregister", @@ -189,7 +189,7 @@ dependencies = [ [[package]] name = "libregister" version = "0.0.0" -source = "git+https://git.m-labs.hk/M-Labs/zc706.git#83ff37e10e721c436246fbf4a945af9516121d00" +source = "git+https://git.m-labs.hk/M-Labs/zc706.git#008a9954292980b34fc20cc519a19e92b4ac077d" dependencies = [ "bit_field", "vcell", @@ -199,7 +199,7 @@ dependencies = [ [[package]] name = "libsupport_zynq" version = "0.0.0" -source = "git+https://git.m-labs.hk/M-Labs/zc706.git#83ff37e10e721c436246fbf4a945af9516121d00" +source = "git+https://git.m-labs.hk/M-Labs/zc706.git#008a9954292980b34fc20cc519a19e92b4ac077d" dependencies = [ "compiler_builtins", "libboard_zynq", diff --git a/runtime/link.x b/runtime/link.x index 5860fb19..60ddc1c5 100644 --- a/runtime/link.x +++ b/runtime/link.x @@ -37,7 +37,6 @@ SECTIONS .bss (NOLOAD) : ALIGN(4) { __bss_start = .; - KEEP(*(.bss.l1_table)); *(.bss .bss.*); . = ALIGN(4); __bss_end = .; diff --git a/szl/link.x b/szl/link.x index a98d5a9e..cf9d8f2c 100644 --- a/szl/link.x +++ b/szl/link.x @@ -39,7 +39,6 @@ SECTIONS .bss (NOLOAD) : ALIGN(4) { __bss_start = .; - KEEP(*(.bss.l1_table)); *(.bss .bss.*); . = ALIGN(4); __bss_end = .;