summaryrefslogtreecommitdiff
path: root/arch/riscv/include/asm/u-boot.h
diff options
context:
space:
mode:
authorBin Meng <bmeng.cn@gmail.com>2018-09-26 06:55:09 -0700
committerAndes <uboot@andestech.com>2018-10-03 17:47:19 +0800
commit8cdc6b58d71b849bb687d3d914b9b1fa26136264 (patch)
treeb6940804d02482b840fcabbced2511ddf40779ce /arch/riscv/include/asm/u-boot.h
parent4afeedf1728fe7e992b460d0369a06f8bfe4f9f3 (diff)
riscv: Remove mach type
Since the mach_id is not used by RISC-V, remove it. Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Reviewed-by: Lukas Auer <lukas.auer@aisec.fraunhofer.de>
Diffstat (limited to 'arch/riscv/include/asm/u-boot.h')
-rw-r--r--arch/riscv/include/asm/u-boot.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/riscv/include/asm/u-boot.h b/arch/riscv/include/asm/u-boot.h
index 9e5b32d33ed..3186835e0ad 100644
--- a/arch/riscv/include/asm/u-boot.h
+++ b/arch/riscv/include/asm/u-boot.h
@@ -23,7 +23,6 @@
#include <environment.h>
typedef struct bd_info {
- unsigned long bi_arch_number; /* unique id for this board */
unsigned long bi_boot_params; /* where this board expects params */
unsigned long bi_memstart; /* start of DRAM memory */
unsigned long bi_memsize; /* size of DRAM memory in bytes */