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

2009-09-29 Thread Tom
Daniel Gorsulowski wrote: > Hello Tom, > > Tom wrote: >> Daniel Gorsulowski wrote: >>> This patch implements several updates: >>> -disable CONFIG_ENV_OVERWRITE >>> -add new hardware style variants and set the arch numbers appropriate >>> -pass the serial# and hardware revision to the kernel >>> -r

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

2009-09-28 Thread Daniel Gorsulowski
Hello Tom, Tom wrote: > Daniel Gorsulowski wrote: >> This patch implements several updates: >> -disable CONFIG_ENV_OVERWRITE >> -add new hardware style variants and set the arch numbers appropriate >> -pass the serial# and hardware revision to the kernel >> -removed unused macros from include/conf

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

2009-09-28 Thread Tom
Daniel Gorsulowski wrote: > This patch implements several updates: > -disable CONFIG_ENV_OVERWRITE > -add new hardware style variants and set the arch numbers appropriate > -pass the serial# and hardware revision to the kernel > -removed unused macros from include/configs/meesc.h > -fixed multiline

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

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