mail archive of the barebox mailing list
 help / color / mirror / Atom feed
From: Jules Maselbas <jmaselbas@kalray.eu>
To: barebox@lists.infradead.org
Cc: Jules Maselbas <jmaselbas@kalray.eu>
Subject: [PATCH] kvx: Remove unused defines
Date: Tue, 11 Jul 2023 11:08:41 +0200	[thread overview]
Message-ID: <20230711090841.18373-1-jmaselbas@kalray.eu> (raw)

Since commit f6dcd5c03b ("kvx: dma: Remove arch dma_map/unmap_single"),
theses defines are not used anymore, remove them.

Signed-off-by: Jules Maselbas <jmaselbas@kalray.eu>
---
 arch/kvx/include/asm/dma.h | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/arch/kvx/include/asm/dma.h b/arch/kvx/include/asm/dma.h
index 5bf601307e..f35eafba8f 100644
--- a/arch/kvx/include/asm/dma.h
+++ b/arch/kvx/include/asm/dma.h
@@ -6,10 +6,6 @@
 
 #include <common.h>
 
-#define KVX_DDR_32BIT_RAM_WINDOW_BA	(0x80000000ULL)
-#define KVX_DDR_64BIT_RAM_WINDOW_BA	(0x100000000ULL)
-#define MAX_32BIT_ADDR			(0xffffffffULL)
-
 #define dma_alloc dma_alloc
 static inline void *dma_alloc(size_t size)
 {
-- 
2.17.1








             reply	other threads:[~2023-07-11  9:10 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-07-11  9:08 Jules Maselbas [this message]
2023-07-26 12:29 ` Sascha Hauer

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=20230711090841.18373-1-jmaselbas@kalray.eu \
    --to=jmaselbas@kalray.eu \
    --cc=barebox@lists.infradead.org \
    /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