commit | 6d0c543bdf35b87e337889124887436f92e2e8fb | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun May 10 14:16:39 2020 -0600 |
committer | Tom Rini <trini@konsulko.com> | Thu Jun 25 13:24:11 2020 -0400 |
tree | 5b8b9bade79d40de3258bd7870ec0c83a76ef932 | |
parent | 2a2126fda40b074f8f5a876584a782ac73157ff4 [diff] |
bdinfo: arm: Use the generic bd command Unfortunately ARM has a lot of special stuff. Move it into the generic function for now, so we can have it all in one place. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>