Re: [U-Boot] [PATCH 2/2] zfs: Add ZFS filesystem support

2012-05-22 Thread Graeme Russ
Hi Jorgen, On Wed, May 23, 2012 at 12:26 PM, Jorgen Lundman wrote: > commit bc192bb0716b02b2b711dc2df62ed15e1160ea50 > Author: Jorgen Lundman > Date:   Wed May 23 01:55:02 2012 + > [snip] > > commit bea9588d98f52d95a325f3b71a7ae448242c7b64 > Author: Jorgen Lundman > Date:   Thu May 10 05:

Re: [U-Boot] [PATCH 2/2] zfs: Add ZFS filesystem support

2012-05-22 Thread Jorgen Lundman
What are all these commit references? Are they from an external git-repo? If so I think the commit message might make more sense if you simply summarise what you have done to adapt the original source code in order to integrate it into U-Boot Hmm I assumed --squash would git rid of that histo

Re: [U-Boot] [PATCH 2/2] zfs: Add ZFS filesystem support

2012-05-22 Thread Graeme Russ
Hi Jorgen, On Wed, May 23, 2012 at 1:11 PM, Jorgen Lundman wrote: > > >> What are all these commit references? Are they from an external git-repo? >> If so I think the commit message might make more sense if you simply >> summarise what you have done to adapt the original source code in order to

Re: [U-Boot] [PATCH 2/2] zfs: Add ZFS filesystem support

2012-05-23 Thread Wolfgang Denk
Dear Jorgen Lundman, In message <4fbc5578.5000...@lundman.net> you wrote: > > I didn't even notice it was sorted. Of course this leave the issue of: > > COBJS-$(CONFIG_YAFFS2) += cmd_yaffs2.o > COBJS-$(CONFIG_CMD_ZFS) += cmd_zfs.o > COBJS-$(CONFIG_CMD_SPL) += cmd_spl.o > > Not sure if I was sup