
23 Apr
2020
23 Apr
'20
9:29 p.m.
Am 21.04.20 um 09:28 schrieb Stefan Roese:
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
Changes in v7:
- Don't include "ret" usage cleanup in this patch
Changes in v6:
- New patch
common/spl/spl_legacy.c | 20 ++++++++++++++++++++ common/spl/spl_nor.c | 15 +++++++-------- include/spl.h | 13 +++++++++++++ 3 files changed, 40 insertions(+), 8 deletions(-)
Reviewed-by: Daniel Schwierzeck daniel.schwierzeck@gmail.com
--
- Daniel