Re: [uClinux-dev] mount cramfs on loopback?

2013-02-20 Thread Steve deRosier
On Tue, Feb 19, 2013 at 11:59 AM, Lennart Sorensen lsore...@csclub.uwaterloo.ca wrote: On Tue, Feb 19, 2013 at 10:04:41AM -0800, Steve deRosier wrote: Is your busybox built with BB_FEATURE_MOUNT_LOOP enabled? No, it wasn't, but since I was manually doing the losetup command, that wouldn't

[uClinux-dev] [PATCH] MC68328 platform code fix

2013-02-20 Thread Luis Alves
Hi, This patch fixes the 68328 platform init code. I've been able to successefully build the kernel for the Xcopilot (Pilot3) target. A boot log can be found here: http://pastebin.com/9rT02vVi Regards, Luis Signed-off-by: Luis Alves lja...@gmail.com --- arch/m68k/include/asm/MC68328.h |

Re: [uClinux-dev] [PATCH] MC68328 platform code fix

2013-02-20 Thread Steve deRosier
Hey Luis, Maybe I'm confused, but in addition to the real changes, I'm seeing quite a few things that I think are white space changes: */ -#define IMR_MSPIM (1 SPIM _IRQ_NUM)/* Mask SPI Master interrupt */ +#define IMR_MSPIM (1 SPIM_IRQ_NUM) /* Mask SPI Master

Re: [uClinux-dev] [PATCH] MC68328 platform code fix

2013-02-20 Thread Larry Baker
Steve, I see several typos being fixed: SPIM _IRQ_NUM - SPIM_IRQ_NUM, i.e., there is a misplaced space in the defined constant identifier. Larry Baker US Geological Survey 650-329-5608 ba...@usgs.gov On 20 Feb 2013, at 4:02 PM, Steve deRosier wrote: Hey Luis, Maybe I'm confused, but in

Re: [uClinux-dev] [PATCH] MC68328 platform code fix

2013-02-20 Thread Luis Alves
Hi, That's right. There are misplaced spaces in the defines. I tried to find where this typos were introduced, but going back to the old uClinux CSV achieve, in January 2001 these typos were already there: http://cvs.uclinux.org/cgi-bin/cvsweb.cgi/uClinux-2.4.x/include/asm-m68knommu/MC68328.h