public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Bartlomiej Sieka <tur@semihalf.com>
To: u-boot@lists.denx.de
Subject: [U-Boot-Users] [PATCH] ppc4xx: Fix PPC440 build breakage due to missing	dcache_enable symbol
Date: Fri, 18 Apr 2008 11:56:17 +0200	[thread overview]
Message-ID: <20080418095616.18864.23500.stgit@pollux.denx.de> (raw)

Recent commit a4986459 adds reference to dcache_enable, thus breaking the
build on PPC440. This patch adds a stub for dcache_enable, similarly to
what's being done for other cache operations.

Signed-off-by: Bartlomiej Sieka <tur@semihalf.com>
---

 cpu/ppc4xx/cache.S |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/cpu/ppc4xx/cache.S b/cpu/ppc4xx/cache.S
index 5124dec..ceb3ec0 100644
--- a/cpu/ppc4xx/cache.S
+++ b/cpu/ppc4xx/cache.S
@@ -166,9 +166,11 @@ _GLOBAL(invalidate_dcache)
 #ifdef CONFIG_440
 
        .globl  dcache_disable
+       .globl  dcache_enable
        .globl  icache_disable
        .globl  icache_enable
 dcache_disable:
+dcache_enable:
 icache_disable:
 icache_enable:
 	blr

             reply	other threads:[~2008-04-18  9:56 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-04-18  9:56 Bartlomiej Sieka [this message]
2008-04-18 10:15 ` [U-Boot-Users] [PATCH v2] ppc4xx: Fix PPC440 build breakage due to missing dcache_enable symbol Bartlomiej Sieka
2008-04-18 18:03   ` Stefan Roese
2008-04-20 23:15 ` [U-Boot-Users] [PATCH] " Wolfgang Denk

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=20080418095616.18864.23500.stgit@pollux.denx.de \
    --to=tur@semihalf.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox