1
0
mirror of https://xff.cz/git/u-boot/ synced 2026-02-17 02:39:29 +01:00
Files
u-boot-megous/common
Simon Glass 7d84fbb573 spl: Provide more information on boot failure
If SPL fails to boot, try to provide an error code to indicate what is
wrong. For example, if a uclass is missing, this can return -EPFNOSUPPORT
(-96) which provides useful information.

Add a helper for accessing the image-loader name so we can drop the use
of #ifdefs in this code.

Put this feature behind a CONFIG_SHOW_ERRORS option to avoid increasing
the code size.

Signed-off-by: Simon Glass <sjg@chromium.org>
2021-07-21 10:27:35 -06:00
..
2021-07-02 15:03:53 -04:00
2021-07-06 10:38:03 -06:00
2013-04-01 16:33:52 -04:00
2020-05-18 21:19:18 -04:00
2021-03-12 17:41:35 -05:00
2021-06-08 11:39:09 -04:00
2021-04-20 07:31:12 -04:00
2021-04-12 17:44:55 -04:00
2021-04-20 07:31:12 -04:00
2020-10-22 09:54:53 -04:00