Re: [U-Boot] [PATCH 2/7] spl: ymodem: Make SPL Y-Modem loader framework accessible

2019-10-12 Thread Tom Rini
On Thu, Aug 15, 2019 at 03:55:27PM -0500, Andreas Dannenberg wrote: > Expose SPL's Y-Modem core loader function via the common SPL header > file so it can be re-used for purposes other than loading U-Boot itself. > > Signed-off-by: Andreas Dannenberg Applied to u-boot/master, thanks! -- Tom

[U-Boot] [PATCH 2/7] spl: ymodem: Make SPL Y-Modem loader framework accessible

2019-08-15 Thread Andreas Dannenberg
Expose SPL's Y-Modem core loader function via the common SPL header file so it can be re-used for purposes other than loading U-Boot itself. Signed-off-by: Andreas Dannenberg --- common/spl/spl_ymodem.c | 4 ++-- include/spl.h | 3 +++ 2 files changed, 5 insertions(+), 2 deletions(-)