]> git.baikalelectronics.ru Git - uboot.git/commit
spl: LOAD_FIT_FULL: Do not hard-code os to IH_OS_U_BOOT
authorAlexandru Gagniuc <mr.nuke.me@gmail.com>
Thu, 1 Apr 2021 18:25:27 +0000 (13:25 -0500)
committerTom Rini <trini@konsulko.com>
Wed, 14 Apr 2021 20:02:43 +0000 (16:02 -0400)
commite075b039a068270a1a2788041b4f6e59dcd14497
treead659ca05ecb95e1112a7357d4cfc56ab848b6d7
parenta00306a6218487f5941bfcbc7a544020e8a6db4a
spl: LOAD_FIT_FULL: Do not hard-code os to IH_OS_U_BOOT

The information on the OS should be contained in the FIT, as the
self-explanatory "os" property of a node under /images. Hard-coding
this to U_BOOT might send us down the wrong path later in the boot
process.

Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Alexandru Gagniuc <mr.nuke.me@gmail.com>
common/spl/spl.c