From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jean-Christophe PLAGNIOL-VILLARD Date: Thu, 6 Nov 2008 20:27:56 +0100 Subject: [U-Boot] [PATCH] AT91: Replace (undefined) AT91_ID_US* by the board specific values. In-Reply-To: <1224605281-15379-5-git-send-email-stelian@popies.net> References: <1224605281-15379-1-git-send-email-stelian@popies.net> <1224605281-15379-5-git-send-email-stelian@popies.net> Message-ID: <20081106192756.GC21565@game.jcrosoft.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 18:08 Tue 21 Oct , Stelian Pop wrote: > AT91_ID_US0 / AT91_ID_US1 / AT91_ID_US2 were used but never defined. > Since they are never used outside the board specific files, they can > be replaced by the board specific AT91xxx_ID_US0 / AT91xxx_ID_US1 / > AT91xxx_ID_US2. > > Bug spotted by Jesus Alvarez . > > Signed-off-by: Stelian Pop > --- > board/atmel/at91cap9adk/at91cap9adk.c | 6 +++--- > board/atmel/at91sam9260ek/at91sam9260ek.c | 6 +++--- > board/atmel/at91sam9261ek/at91sam9261ek.c | 6 +++--- > board/atmel/at91sam9263ek/at91sam9263ek.c | 6 +++--- > board/atmel/at91sam9rlek/at91sam9rlek.c | 6 +++--- > 5 files changed, 15 insertions(+), 15 deletions(-) applied to u-boot-at91 Best Regards, J.