Re: [U-Boot] [PATCH v3] at91: Update MEESC board support

2009-09-22 Thread Wolfgang Denk
Dear Daniel Gorsulowski, In message <12525916852655-git-send-email-daniel.gorsulow...@esd.eu> you wrote: > This patch implements several updates: > -disable CONFIG_ENV_OVERWRITE > -add new hardware style variants and set the arch numbers appropriate > (autodet.) LIne too long. > -pass the seria

Re: [U-Boot] [PATCH v3] at91: Update MEESC board support

2009-09-21 Thread Tom
Daniel Gorsulowski wrote: > Dear Wolfgang Denk and Jean-Christophe PLAGNIOL-VILLARD, > > Daniel Gorsulowski wrote: >> This patch implements several updates: >> -disable CONFIG_ENV_OVERWRITE >> -add new hardware style variants and set the arch numbers appropriate >> (autodet.) >> -pass the serial#

Re: [U-Boot] [PATCH v3] at91: Update MEESC board support

2009-09-21 Thread Wolfgang Denk
Dear Daniel Gorsulowski, In message <4ab76125.5010...@esd.eu> you wrote: > Dear Wolfgang Denk and Jean-Christophe PLAGNIOL-VILLARD, ... > what about this patch? No more comments, no "NACK", no "applied to..."? As you might have noticed, Jean-Christophe just throw in the towel as AT91 (and PXA and

Re: [U-Boot] [PATCH v3] at91: Update MEESC board support

2009-09-21 Thread Daniel Gorsulowski
Dear Wolfgang Denk and Jean-Christophe PLAGNIOL-VILLARD, Daniel Gorsulowski wrote: > This patch implements several updates: > -disable CONFIG_ENV_OVERWRITE > -add new hardware style variants and set the arch numbers appropriate > (autodet.) > -pass the serial# and hardware revision to the kernel

[U-Boot] [PATCH v3] at91: Update MEESC board support

2009-09-10 Thread Daniel Gorsulowski
This patch implements several updates: -disable CONFIG_ENV_OVERWRITE -add new hardware style variants and set the arch numbers appropriate (autodet.) -pass the serial# and hardware revision to the kernel -removed unused macros from include/configs/meesc.h Signed-off-by: Daniel Gorsulowski --- v2: