summaryrefslogtreecommitdiff
path: root/build_tools
diff options
context:
space:
mode:
Diffstat (limited to 'build_tools')
-rwxr-xr-xbuild_tools/make_firmware_object1
1 files changed, 0 insertions, 1 deletions
diff --git a/build_tools/make_firmware_object b/build_tools/make_firmware_object
index 49f1714..4d72110 100755
--- a/build_tools/make_firmware_object
+++ b/build_tools/make_firmware_object
@@ -10,4 +10,3 @@ bfdname=`LANG=C objdump -f ${3} | grep -e "${3}:" | sed "s/.*file format \(.*\)/
bfdarch=`LANG=C objdump -f ${3} | grep -e "architecture:" | sed "s/.*ture: \(.*\),.*/\1/"`
objcopy -I binary ${1} -B ${bfdarch} -O ${bfdname} ${2} --rename-section .data=.rodata,alloc,load,data,contents,readonly
-n