summaryrefslogtreecommitdiffstats
path: root/cmd/bdinfo.c
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 /cmd/bdinfo.c
parent4afeedf1728fe7e992b460d0369a06f8bfe4f9f3 (diff)
downloadu-boot-8cdc6b58d71b849bb687d3d914b9b1fa26136264.tar.gz
u-boot-8cdc6b58d71b849bb687d3d914b9b1fa26136264.tar.xz
u-boot-8cdc6b58d71b849bb687d3d914b9b1fa26136264.zip
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 'cmd/bdinfo.c')
-rw-r--r--cmd/bdinfo.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/cmd/bdinfo.c b/cmd/bdinfo.c
index 397dd1595b..bc440e4c04 100644
--- a/cmd/bdinfo.c
+++ b/cmd/bdinfo.c
@@ -424,7 +424,6 @@ int do_bdinfo(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[])
{
bd_t *bd = gd->bd;
- print_num("arch_number", bd->bi_arch_number);
print_bi_boot_params(bd);
print_bi_dram(bd);
print_eth_ip_addr();