From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sergey Lapin Date: Thu, 9 Jun 2011 11:21:48 -0400 Subject: [U-Boot] [PATCH v3][AT91][ARM] Build fix/update of AFEB9260 In-Reply-To: <1307632335-2815-1-git-send-email-slapin@ossfans.org> References: <4DF08EB5.5020303@emk-elektronik.de> <1307632335-2815-1-git-send-email-slapin@ossfans.org> Message-ID: <20110609152148.GA2851@build.ihdev.net> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Thu, Jun 09, 2011 at 11:12:15AM -0400, Sergey Lapin wrote: > Make AFEB9260 build again. > Based on fix for AT91SAM9260EK. > > Signed-off-by: Sergey Lapin > --- > Fixed unneeded 1s in defines in config .h > Removed most undefs. > Setting SoC name in config .h > board/afeb9260/afeb9260.c | 103 ++++++++++++++++++++++++------------------- > include/configs/afeb9260.h | 46 ++++++++++++-------- > 2 files changed, 85 insertions(+), 64 deletions(-) I'm really sorry for this uncleaned patch. Please ignore it - I've sent wrong version. I'm really sorry for its content. Clean version will follow. All the best, S.