From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jerry Van Baren Date: Thu, 27 Nov 2008 12:17:59 -0500 Subject: [U-Boot] [PATCH] Added support for the Guntermann & Drunck PowerPC 440 EP/GR ETX module. In-Reply-To: <200811271702.18430.sr@denx.de> References: <1227789406-8800-1-git-send-email-eibach@gdsys.de> <200811271702.18430.sr@denx.de> Message-ID: <492ED647.7020508@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Stefan Roese wrote: > Hi Dirk, > > On Thursday 27 November 2008, Dirk Eibach wrote: [snip] >> +#include >> +#include >> + >> +/* General */ >> +#define TLB_VALID 0x00000200 >> + >> +/* Supported page sizes */ >> + >> +#define SZ_1K 0x00000000 >> +#define SZ_4K 0x00000010 > ... > > Just include: > > #include > > and you get all those defines for free. > > Best regards, > Stefan Hi Stefan, I'll do you four letters fewer: #include ...since include/asm is symlinked to the active asm-. Best regards, gvb