]> git.baikalelectronics.ru Git - uboot.git/commit
spl: spl_nor: Move legacy image loading into spl_legacy.c
authorStefan Roese <sr@denx.de>
Tue, 21 Apr 2020 07:28:43 +0000 (09:28 +0200)
committerDaniel Schwierzeck <daniel.schwierzeck@gmail.com>
Mon, 27 Apr 2020 18:29:33 +0000 (20:29 +0200)
commitc0158eb3b178218884b02dc5ffd0369c13383a8b
tree8536123e9969ef8717a3e8eb7b49cbd5a44ec9fd
parent2b5c9f4c88747b577cdd371814776a6f7b7f36c4
spl: spl_nor: Move legacy image loading into spl_legacy.c

Move the legacy image loading into spl_legacy.c. This makes it easier
to extend the legacy image handling with new features that other
SPL loaders might use (e.g. spl_spi.c etc).

No functional change intended.

Signed-off-by: Stefan Roese <sr@denx.de>
Cc: Weijie Gao <weijie.gao@mediatek.com>
Cc: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
Cc: Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com>
Reviewed-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
common/spl/spl_legacy.c
common/spl/spl_nor.c
include/spl.h