spl: LOAD_FIT_FULL: Support 'kernel' and 'firmware' properties
authorAlexandru Gagniuc <mr.nuke.me@gmail.com>
Thu, 1 Apr 2021 18:25:29 +0000 (13:25 -0500)
committerTom Rini <trini@konsulko.com>
Wed, 14 Apr 2021 20:02:43 +0000 (16:02 -0400)
commit51d3a8b54f2cd1bd8278d0611db4ff2d17235229
tree735337c714c21e45f9ee1226cb03f8e787ee4012
parent60138aa87cb3281dafebf25125d546718beb3969
spl: LOAD_FIT_FULL: Support 'kernel' and 'firmware' properties

The 'firmware' property of a config node takes precedence over the
'kernel' property. 'standalone' is deprecated. However, give users a
couple of releases where 'standalone' still works, but warns loudly.

Signed-off-by: Alexandru Gagniuc <mr.nuke.me@gmail.com>
common/spl/spl.c