
1 May
2020
1 May
'20
12:32 p.m.
On Fri, May 1, 2020 at 6:25 PM Bin Meng bmeng.cn@gmail.com wrote:
On Fri, May 1, 2020 at 1:20 PM Heinrich Schuchardt xypron.glpk@gmx.de wrote:
On 5/1/20 6:02 AM, Simon Glass wrote:
It is useful to know what mode U-Boot is running in. Add a message at the end of the 'bdinfo' output.
Signed-off-by: Simon Glass sjg@chromium.org Suggested-by: Mark Kettenis kettenis@openbsd.org
Reviewed-by: Heinrich Schuchardt xypron.glpk@gmx.de
Changes in v4:
- Fix signed/unsigned mismatch in printf()
Changes in v3:
- Show bit width for all archs, use sizeof(void *)
Changes in v2:
- Add a new patch to indicate 32/64-bit in bdinfo
cmd/bdinfo.c | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+)
Reviewed-by: Bin Meng bmeng.cn@gmail.com Tested-by: Bin Meng bmeng.cn@gmail.com
applied to u-boot-x86, thanks!