diff options
| author | Greentime Hu <[email protected]> | 2025-09-15 15:44:27 +0800 |
|---|---|---|
| committer | Leo Yu-Chi Liang <[email protected]> | 2025-09-19 19:23:17 +0800 |
| commit | 36d9587fa8b3590ae07ca16a2fe2aa6c905fc102 (patch) | |
| tree | cb220972cab7ef003f098428a196277e681043da /arch | |
| parent | 62f1afbe7a8ae8f8b9e85c5ea4eb446b97892a7c (diff) | |
arch/riscv: Remove unused macro in encoding.h
This patch remove the unused macro DRAM_BASE.
Signed-off-by: Greentime Hu <[email protected]>
Reviewed-by: Leo Yu-Chi Liang <[email protected]>
Diffstat (limited to 'arch')
| -rw-r--r-- | arch/riscv/include/asm/encoding.h | 1 |
1 files changed, 0 insertions, 1 deletions
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 |
