cmd: correct long text loadb, loadx, loady
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Fri, 22 Jan 2021 12:16:04 +0000 (13:16 +0100)
committerHeinrich Schuchardt <xypron.glpk@gmx.de>
Mon, 25 Jan 2021 00:15:33 +0000 (01:15 +0100)
commitb911208f41854e791503ef7f32113d2f31fc1542
tree36e9cb14fbf633862b4e2c4555069792772655c9
parent750ff62da7e76e2c71a782853c52c0a863b40d5d
cmd: correct long text loadb, loadx, loady

The first argument is the load address and not an offset.

The second argument cannot be entered without the first one.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Reviewed-by: Simon Glass <sjg@chromium.org>
cmd/load.c