All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jerry Van Baren <gvb.uboot@gmail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH] Added support for the Guntermann & Drunck PowerPC 440 EP/GR ETX module.
Date: Thu, 27 Nov 2008 12:17:59 -0500	[thread overview]
Message-ID: <492ED647.7020508@gmail.com> (raw)
In-Reply-To: <200811271702.18430.sr@denx.de>

Stefan Roese wrote:
> Hi Dirk,
> 
> On Thursday 27 November 2008, Dirk Eibach wrote:

[snip]

>> +#include <ppc_asm.tmpl>
>> +#include <config.h>
>> +
>> +/* General */
>> +#define TLB_VALID   0x00000200
>> +
>> +/* Supported page sizes */
>> +
>> +#define SZ_1K	    0x00000000
>> +#define SZ_4K	    0x00000010
> ...
> 
> Just include:
> 
> #include <asm-ppc/mmu.h>
> 
> and you get all those defines for free.
> 
> Best regards,
> Stefan

Hi Stefan,

I'll do you four letters fewer:

#include <asm/mmu.h>

...since include/asm is symlinked to the active asm-<arch>.

Best regards,
gvb

  reply	other threads:[~2008-11-27 17:17 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-11-27 12:36 [U-Boot] [PATCH] Added support for the Guntermann & Drunck PowerPC 440 EP/GR ETX module Dirk Eibach
2008-11-27 15:48 ` Wolfgang Denk
2008-11-28  8:53   ` Eibach, Dirk
2008-11-28 11:40     ` Wolfgang Denk
2008-11-27 16:02 ` Stefan Roese
2008-11-27 17:17   ` Jerry Van Baren [this message]
2008-11-27 17:54     ` Stefan Roese
2008-11-27 22:17     ` Wolfgang Denk
2008-12-02  8:17 ` Matthias Fuchs
2008-12-02 18:41   ` Jon Loeliger

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=492ED647.7020508@gmail.com \
    --to=gvb.uboot@gmail.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.