summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2017-04-04 08:06:40 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2017-04-05 07:09:44 +0200
commita7dc155087b15359de22995645256df3eba69322 (patch)
tree53dd9e36005c787610a1d64f9ff3901e6127af46
parentpsxstrsignal01: Remove warnings (diff)
downloadrtems-a7dc155087b15359de22995645256df3eba69322.tar.bz2
bsp/qoriq: Comment out post-link hook
The U-Boot mkimage is not available in general. Close #2969.
-rw-r--r--c/src/lib/libbsp/powerpc/qoriq/make/custom/qoriq.inc12
1 files changed, 6 insertions, 6 deletions
diff --git a/c/src/lib/libbsp/powerpc/qoriq/make/custom/qoriq.inc b/c/src/lib/libbsp/powerpc/qoriq/make/custom/qoriq.inc
index 695c574a9f..3fefeb8682 100644
--- a/c/src/lib/libbsp/powerpc/qoriq/make/custom/qoriq.inc
+++ b/c/src/lib/libbsp/powerpc/qoriq/make/custom/qoriq.inc
@@ -17,9 +17,9 @@ CFLAGS_OPTIMIZE_V += -ffunction-sections -fdata-sections
LDFLAGS = -Wl,--gc-sections
-define bsp-post-link
- $(OBJCOPY) -O binary '$@' '$(basename $@).bin'
- gzip -f -9 '$(basename $@).bin'
- mkimage -A ppc -O linux -T kernel -a 0x4000 -e 0x4000 -name '$(notdir $@)' -d '$(basename $@).bin.gz' '$(basename $@).img'
- $(default-bsp-post-link)
-endef
+# define bsp-post-link
+# $(OBJCOPY) -O binary '$@' '$(basename $@).bin'
+# gzip -f -9 '$(basename $@).bin'
+# mkimage -A ppc -O linux -T kernel -a 0x4000 -e 0x4000 -name '$(notdir $@)' -d '$(basename $@).bin.gz' '$(basename $@).img'
+# $(default-bsp-post-link)
+# endef