summaryrefslogtreecommitdiff
path: root/cleopatre/linux-2.6.25.10-spc300/arch
diff options
context:
space:
mode:
authorYacine Belkadi2011-11-16 11:53:30 +0100
committerYacine Belkadi2011-12-09 11:18:52 +0100
commit6099e70ac524047fd3fba1d5da4abd5e12a7275f (patch)
treec9604c06ae79b21a9ffcaa44a87cd7e6d453e91f /cleopatre/linux-2.6.25.10-spc300/arch
parent66ff0e3882a86fda04e8efc913bbf4be8261d945 (diff)
cleo/linux: fix: value of PLC_MEM_SIZE_MB was displayed in build process
The "echo PLC_MEM_SIZE_MB" was used during debugging. It was not supposed to remain.
Diffstat (limited to 'cleopatre/linux-2.6.25.10-spc300/arch')
-rw-r--r--cleopatre/linux-2.6.25.10-spc300/arch/arm/boot/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/cleopatre/linux-2.6.25.10-spc300/arch/arm/boot/Makefile b/cleopatre/linux-2.6.25.10-spc300/arch/arm/boot/Makefile
index 5647f5128f..fd174a11d8 100644
--- a/cleopatre/linux-2.6.25.10-spc300/arch/arm/boot/Makefile
+++ b/cleopatre/linux-2.6.25.10-spc300/arch/arm/boot/Makefile
@@ -70,7 +70,7 @@ $(obj)/uImage: $(obj)/zImage FORCE
@echo ' Image $@ is ready'
quiet_cmd_simage = SIMAGE $@
-cmd_simage = echo "$(PLC_MEM_SIZE_MB)" ; $(MKSIMAGE) --desc "SPC300 image" \
+cmd_simage = $(MKSIMAGE) --desc "SPC300 image" \
--ver "$(if $(IMG_VERSION),$(IMG_VERSION),$(shell date +%F\ %R))" \
--size "$(shell du -sb $< | awk '{ print $$1 }')" \
--md5 "$(shell md5sum $< | awk '{ print $$1 }')" \