From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefano Babic Date: Tue, 18 Oct 2011 10:45:49 +0200 Subject: [U-Boot] [PATCH] mx5 configs: CONFIG_PRIME should really be CONFIG_ETHPRIME In-Reply-To: <4E9C7244.2050500@grandegger.com> References: <4E9C7244.2050500@grandegger.com> Message-ID: <4E9D3CBD.2020709@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 10/17/2011 08:21 PM, Wolfgang Grandegger wrote: > Signed-off-by: Wolfgang Grandegger > --- > > Resend due to missing [PATCH] prefix. > > include/configs/mx51evk.h | 2 +- > include/configs/mx53ard.h | 2 +- > include/configs/mx53evk.h | 2 +- > include/configs/mx53loco.h | 2 +- > include/configs/mx53smd.h | 2 +- > 5 files changed, 5 insertions(+), 5 deletions(-) > > diff --git a/include/configs/mx51evk.h b/include/configs/mx51evk.h > index 0c10870..de540e1 100644 > --- a/include/configs/mx51evk.h > +++ b/include/configs/mx51evk.h > @@ -122,7 +122,7 @@ > > #define CONFIG_BOOTDELAY 3 > > -#define CONFIG_PRIME "FEC0" > +#define CONFIG_ETHPRIME "FEC0" This is a bug, thanks for catching ! I wonder it was not noted before... Acked-by: Stefano Babic Best regards, Stefano Babic -- ===================================================================== DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: +49-8142-66989-0 Fax: +49-8142-66989-80 Email: office at denx.de =====================================================================