]> git.dujemihanovic.xyz Git - u-boot.git/commit
bdinfo: arc: Use the generic bd command
authorSimon Glass <sjg@chromium.org>
Sun, 10 May 2020 20:16:40 +0000 (14:16 -0600)
committerTom Rini <trini@konsulko.com>
Thu, 25 Jun 2020 17:24:11 +0000 (13:24 -0400)
commite227c27393d9d3391288e68623751a448a973b79
treea993b6256cdfdd08a3faf5dbb3e1ba18fb41b701
parent1aeeaeb56e03610250075943b546b9e913b099b0
bdinfo: arc: Use the generic bd command

There is nothing new in the arc 'bd' command beyond what is already there.
Switch it over to use the generic code.

Signed-off-by: Simon Glass <sjg@chromium.org>
Acked-by: Alexey Brodkin <abrodkin@synopsys.com>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
cmd/bdinfo.c