]> git.dujemihanovic.xyz Git - u-boot.git/commit
bootstd: cros: Correct the x86-setup address
authorSimon Glass <sjg@chromium.org>
Sat, 19 Oct 2024 15:21:59 +0000 (09:21 -0600)
committerTom Rini <trini@konsulko.com>
Mon, 4 Nov 2024 03:27:12 +0000 (21:27 -0600)
commitbdf4269f39c2c39129fa57d2702ab4e4ee550e5e
tree593f524a57208ce81d26442f5333f82609729128
parent5936d863cd5626acaf616822c56ac6c79c6893a4
bootstd: cros: Correct the x86-setup address

This should really use an address rather than the buffer. Update it in
the command.

Signed-off-by: Simon Glass <sjg@chromium.org>
cmd/bootflow.c