
23 Apr
2020
23 Apr
'20
9:28 p.m.
Am 21.04.20 um 09:28 schrieb Stefan Roese:
This patch moves the legacy image handling into a separate file, which will be extended with other legacy image features later.
No function change intended.
Signed-off-by: Stefan Roese sr@denx.de Cc: Daniel Schwierzeck daniel.schwierzeck@gmail.com Cc: Weijie Gao weijie.gao@mediatek.com Cc: Simon Goldschmidt simon.k.r.goldschmidt@gmail.com
Changes in v7:
- None
Changes in v6:
- New patch
common/spl/Makefile | 1 + common/spl/spl.c | 56 +++++++++-------------------------------- common/spl/spl_legacy.c | 54 +++++++++++++++++++++++++++++++++++++++ 3 files changed, 67 insertions(+), 44 deletions(-) create mode 100644 common/spl/spl_legacy.c
Reviewed-by: Daniel Schwierzeck daniel.schwierzeck@gmail.com
--
- Daniel