From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Roese Date: Mon, 14 Jan 2008 15:55:07 +0100 Subject: [U-Boot-Users] [PATCH]ppc_4xx: Netstal HCU4 board. Added POST. Various fixes In-Reply-To: <200801141436.29093.niklausgiger@gmx.ch> References: <200801141436.29093.niklausgiger@gmx.ch> Message-ID: <200801141555.07676.sr@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 Monday 14 January 2008, Niklaus Giger wrote: > Various fixes. Reduced rom_size from 384 to 320 kB. > Environment is now in flash. > Added POST, support for OF. > > Signed-off-by: Niklaus Giger > --- > board/netstal/hcu4/config.mk | 2 +- > include/configs/hcu4.h | 33 ++++++++++++++++++++------------- > 2 files changed, 21 insertions(+), 14 deletions(-) > > diff --git a/board/netstal/hcu4/config.mk b/board/netstal/hcu4/config.mk > index 376609a..2c0d595 100644 > --- a/board/netstal/hcu4/config.mk > +++ b/board/netstal/hcu4/config.mk > @@ -21,7 +21,7 @@ > # Netstal Maschinen AG: HCU4 boards > # > > -TEXT_BASE = 0xFFFa0000 > +TEXT_BASE = 0xFFFb0000 Either use lower case or upper case characters but don't mix them in one define. I know it was present in the original version too and must have slipped through. Please clean up and resubmit. Thanks. Best regards, Stefan ===================================================================== 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 =====================================================================