[sw] Reference bug report on the use of objcopy
Signed-off-by: Philipp Wagner <phw@lowrisc.org>
diff --git a/util/embedded_target.py b/util/embedded_target.py
index 6877717..70dd27d 100644
--- a/util/embedded_target.py
+++ b/util/embedded_target.py
@@ -32,7 +32,7 @@
def run_srec_cat(srec_cat, input, basename, outdir):
# TODO: Replace command for objcopy once this bug is fixed and released.
- # https://sourceware.org/bugzilla/show_bug.cgi?id=19921
+ # https://github.com/lowRISC/opentitan/issues/1107
filename = basename + '.vmem'
output = os.path.join(outdir, filename)
cmd = [