From mboxrd@z Thu Jan 1 00:00:00 1970 From: Daniel Gorsulowski Date: Mon, 21 Sep 2009 13:19:01 +0200 Subject: [U-Boot] [PATCH v3] at91: Update MEESC board support In-Reply-To: <12525916852655-git-send-email-Daniel.Gorsulowski@esd.eu> References: <12525916852655-git-send-email-Daniel.Gorsulowski@esd.eu> Message-ID: <4AB76125.5010700@esd.eu> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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 > -removed unused macros from include/configs/meesc.h > > Signed-off-by: Daniel Gorsulowski > --- > v2: - don't write the ethernet address to the EMAC module anymore > > v3: - removed function meesc_set_arch_number and moved code to checkboard() > - reworked function get_board_serial() > - removed unused macros from include/configs/meesc.h > > board/esd/meesc/meesc.c | 62 +++++++++++++++++++++++++++++++++++++++++++---- > include/configs/meesc.h | 25 ++++++------------- > 2 files changed, 65 insertions(+), 22 deletions(-) > what about this patch? No more comments, no "NACK", no "applied to..."? Best regards, Daniel Gorsulowski