[aadk-commits] qwell: branch uClinux/upstreamsync r288 -
/uClinux/branches/upstreamsync/uCli...
aadk-commits at lists.digium.com
aadk-commits at lists.digium.com
Thu Mar 29 16:29:29 MST 2007
Author: qwell
Date: Thu Mar 29 18:29:29 2007
New Revision: 288
URL: http://svn.digium.com/view/aadk?view=rev&rev=288
Log:
Make sure we use the "right" tools for creating the images.
It doesn't matter a whole lot since both will exist, but...you never know.
Modified:
uClinux/branches/upstreamsync/uClinux-dist/vendors/Digium/S800I/Makefile
Modified: uClinux/branches/upstreamsync/uClinux-dist/vendors/Digium/S800I/Makefile
URL: http://svn.digium.com/view/aadk/uClinux/branches/upstreamsync/uClinux-dist/vendors/Digium/S800I/Makefile?view=diff&rev=288&r1=287&r2=288
==============================================================================
--- uClinux/branches/upstreamsync/uClinux-dist/vendors/Digium/S800I/Makefile (original)
+++ uClinux/branches/upstreamsync/uClinux-dist/vendors/Digium/S800I/Makefile Thu Mar 29 18:29:29 2007
@@ -102,13 +102,13 @@
fi ; \
fi ; \
if [ -n "$(CONFIG_CRAMFS)" ]; then \
- bfin-uclinux-mkcramfs -z -r -D device_table.txt $(ROMFSDIR) $(ROMFSIMG).cramfs ; \
+ $(CROSS_COMPILE)mkcramfs -z -r -D device_table.txt $(ROMFSDIR) $(ROMFSIMG).cramfs ; \
$(CROSS_COMPILE)objcopy --add-section .romfs=$(ROMFSIMG).cramfs \
--adjust-section-vma .romfs=$(ADDR) --no-adjust-warnings \
--set-section-flags .romfs=alloc,load,data $(IMAGEDIR)/vmlinux $(IMAGE).cramfs ; \
fi ; \
if [ -n "$(CONFIG_EXT2_FS)" ]; then \
- bfin-uclinux-genext2fs -i $(INODES) -b $(BLOCKS) -d $(ROMFSDIR) -D device_table.txt $(ROMFSIMG).ext2 ; \
+ $(CROSS_COMPILE)genext2fs -i $(INODES) -b $(BLOCKS) -d $(ROMFSDIR) -D device_table.txt $(ROMFSIMG).ext2 ; \
$(CROSS_COMPILE)objcopy --add-section .romfs=$(ROMFSIMG).ext2 \
--adjust-section-vma .romfs=$(ADDR) --no-adjust-warnings \
--set-section-flags .romfs=alloc,load,data $(IMAGEDIR)/vmlinux $(IMAGE).ext2 ; \
More information about the aadk-commits
mailing list