Re: [U-Boot] [PATCH] powerpc: Cleanup BOOTFLAG_* usage

2010-10-12 Thread Wolfgang Denk
Dear Peter Tyser, In message <1284355310-25449-1-git-send-email-pty...@xes-inc.com> you wrote: > BOOTFLAG_COLD and BOOTFLAG_WARM have identical definitions for every > PowerPC board, so share a common definition. > > Signed-off-by: Peter Tyser > --- > It looks like there are only a few boards (5

Re: [U-Boot] [PATCH] powerpc: Cleanup BOOTFLAG_* usage

2010-09-13 Thread Peter Tyser
On Mon, 2010-09-13 at 17:13 -0500, Scott Wood wrote: > On Tue, 14 Sep 2010 00:02:49 +0200 > Wolfgang Denk wrote: > > > Dear Peter Tyser, > > > > In message <1284389585.26713.2967.ca...@petert> you wrote: > > > > > > Sounds good, I'll resubmit. Getting rid of the BOOTFLAG_* defines will > > > ma

Re: [U-Boot] [PATCH] powerpc: Cleanup BOOTFLAG_* usage

2010-09-13 Thread Scott Wood
On Tue, 14 Sep 2010 00:02:49 +0200 Wolfgang Denk wrote: > Dear Peter Tyser, > > In message <1284389585.26713.2967.ca...@petert> you wrote: > > > > Sounds good, I'll resubmit. Getting rid of the BOOTFLAG_* defines will > > make bd->bi_bootflags unused. What's the policy on modifying the > > bd_

Re: [U-Boot] [PATCH] powerpc: Cleanup BOOTFLAG_* usage

2010-09-13 Thread Wolfgang Denk
Dear Peter Tyser, In message <1284389585.26713.2967.ca...@petert> you wrote: > > Sounds good, I'll resubmit. Getting rid of the BOOTFLAG_* defines will > make bd->bi_bootflags unused. What's the policy on modifying the > bd_info structure? Leave an unused bi_bootflags field to prevent > breakag

Re: [U-Boot] [PATCH] powerpc: Cleanup BOOTFLAG_* usage

2010-09-13 Thread Peter Tyser
On Mon, 2010-09-13 at 08:27 +0200, Stefan Roese wrote: > On Monday 13 September 2010 07:34:40 Wolfgang Denk wrote: > > > BOOTFLAG_COLD and BOOTFLAG_WARM have identical definitions for every > > > PowerPC board, so share a common definition. > > > > > > Signed-off-by: Peter Tyser > > > --- > > > I

Re: [U-Boot] [PATCH] powerpc: Cleanup BOOTFLAG_* usage

2010-09-12 Thread Stefan Roese
On Monday 13 September 2010 07:34:40 Wolfgang Denk wrote: > > BOOTFLAG_COLD and BOOTFLAG_WARM have identical definitions for every > > PowerPC board, so share a common definition. > > > > Signed-off-by: Peter Tyser > > --- > > It looks like there are only a few boards (5) that use the warm/cold >

Re: [U-Boot] [PATCH] powerpc: Cleanup BOOTFLAG_* usage

2010-09-12 Thread Wolfgang Denk
Dear Peter Tyser, In message <1284355310-25449-1-git-send-email-pty...@xes-inc.com> you wrote: > BOOTFLAG_COLD and BOOTFLAG_WARM have identical definitions for every > PowerPC board, so share a common definition. > > Signed-off-by: Peter Tyser > --- > It looks like there are only a few boards (5