mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-06-10 13:46:40 +03:00
We have a method to return the last reset as a string for humans, but not a method that allows it to be used programmatically. Add a new method that returns the last reset as an enum. Signed-off-by: Simon Glass <sjg@chromium.org>