* [PATCH] arch/riscv: Remove unused macro in encoding.h
@ 2025-09-15 7:44 Jimmy Ho
2025-09-19 10:49 ` Leo Liang
0 siblings, 1 reply; 2+ messages in thread
From: Jimmy Ho @ 2025-09-15 7:44 UTC (permalink / raw)
To: u-boot; +Cc: Greentime Hu
From: Greentime Hu <greentime.hu@sifive.com>
This patch remove the unused macro DRAM_BASE.
Signed-off-by: Greentime Hu <greentime.hu@sifive.com>
---
arch/riscv/include/asm/encoding.h | 1 -
1 file changed, 1 deletion(-)
diff --git a/arch/riscv/include/asm/encoding.h b/arch/riscv/include/asm/encoding.h
index 56c5da86e86..ae3e5bce5c1 100644
--- a/arch/riscv/include/asm/encoding.h
+++ b/arch/riscv/include/asm/encoding.h
@@ -95,7 +95,6 @@
#define DEFAULT_MTVEC 0x00001010
#define CFG_STRING_ADDR 0x0000100C
#define EXT_IO_BASE 0x40000000
-#define DRAM_BASE 0x80000000
// page table entry (PTE) fields
#define PTE_V 0x001 // Valid
--
2.39.3
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] arch/riscv: Remove unused macro in encoding.h
2025-09-15 7:44 [PATCH] arch/riscv: Remove unused macro in encoding.h Jimmy Ho
@ 2025-09-19 10:49 ` Leo Liang
0 siblings, 0 replies; 2+ messages in thread
From: Leo Liang @ 2025-09-19 10:49 UTC (permalink / raw)
To: Jimmy Ho; +Cc: u-boot, Greentime Hu
On Mon, Sep 15, 2025 at 03:44:27PM +0800, Jimmy Ho wrote:
> From: Greentime Hu <greentime.hu@sifive.com>
>
> This patch remove the unused macro DRAM_BASE.
>
> Signed-off-by: Greentime Hu <greentime.hu@sifive.com>
> ---
> arch/riscv/include/asm/encoding.h | 1 -
> 1 file changed, 1 deletion(-)
Reviewed-by: Leo Yu-Chi Liang <ycliang@andestech.com>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-09-19 10:50 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-09-15 7:44 [PATCH] arch/riscv: Remove unused macro in encoding.h Jimmy Ho
2025-09-19 10:49 ` Leo Liang
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox