mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-06-13 15:03:58 +03:00
arch/riscv: Remove unused macro in encoding.h
This patch remove the unused macro DRAM_BASE. Signed-off-by: Greentime Hu <greentime.hu@sifive.com> Reviewed-by: Leo Yu-Chi Liang <ycliang@andestech.com>
This commit is contained in:
committed by
Leo Yu-Chi Liang
parent
62f1afbe7a
commit
36d9587fa8
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user