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 <s...@denx.de> > Cc: Daniel Schwierzeck <daniel.schwierz...@gmail.com> > Cc: Weijie Gao <weijie....@mediatek.com> > Cc: Simon Goldschmidt <simon.k.r.goldschm...@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.schwierz...@gmail.com> -- - Daniel
- [PATCH 12/26 v7] mips: enable support for appending dtb... Stefan Roese
- [PATCH 13/26 v7] mips: add an option to enable u_boot_l... Stefan Roese
- [PATCH 11/26 v7] dts: mtmips: add alternative pinmux no... Stefan Roese
- [PATCH 14/26 v7] lib: enable lzma decompression support... Stefan Roese
- [PATCH 10/26 v7] mips: mtmips: rewrite lowlevel codes o... Stefan Roese
- [PATCH 18/26 v7] spl: spl_legacy: Use IS_ENABLED() to r... Stefan Roese
- Re: [PATCH 18/26 v7] spl: spl_legacy: Use IS_ENABL... Daniel Schwierzeck
- [PATCH 15/26 v7] Makefile: add support to generate LZMA... Stefan Roese
- [PATCH 16/26 v7] tools: binman: add etype file for u-bo... Stefan Roese
- [PATCH 17/26 v7] spl: Extract legacy image handling int... Stefan Roese
- Re: [PATCH 17/26 v7] spl: Extract legacy image han... Daniel Schwierzeck
- [PATCH 20/26 v7] spl: spl_nor: Remove unused variable '... Stefan Roese
- Re: [PATCH 20/26 v7] spl: spl_nor: Remove unused v... Daniel Schwierzeck
- [PATCH 19/26 v7] spl: spl_nor: Move legacy image loadin... Stefan Roese
- Re: [PATCH 19/26 v7] spl: spl_nor: Move legacy ima... Daniel Schwierzeck
- [PATCH 21/26 v7] spl: spl_legacy: Add lzma decompressio... Stefan Roese
- [PATCH 22/26 v7] mips: spl: Flush cache before jumping ... Stefan Roese
- Re: [PATCH 22/26 v7] mips: spl: Flush cache before... Daniel Schwierzeck
- [PATCH 24/26 v7] mips: mtmips: enable SPL for all board... Stefan Roese
- [PATCH 23/26 v7] mips: mtmips: add SPL support Stefan Roese
- Re: [PATCH 23/26 v7] mips: mtmips: add SPL support Daniel Schwierzeck