]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
tftp: update: Allow some parts of the code to be reused when CONFIG_SYS_NO_FLASH...
authorLukasz Majewski <l.majewski@majess.pl>
Sun, 23 Aug 2015 22:21:44 +0000 (00:21 +0200)
committerMarek Vasut <marex@denx.de>
Mon, 7 Sep 2015 11:41:04 +0000 (13:41 +0200)
commit66a647238215b207addc8c9ad22f3816078a7934
tree0699b2553da78ac9cc25791035f761b300e20327
parent346969584be509b444dd1ba0db31ca7adb47575b
tftp: update: Allow some parts of the code to be reused when CONFIG_SYS_NO_FLASH is set

Up till now it was impossible to use code from update.c when system
was not equipped with raw FLASH memory.
Such behavior prevented DFU from reusing this code.

Signed-off-by: Lukasz Majewski <l.majewski@majess.pl>
Acked-by: Joe Hershberger <joe.hershberger@ni.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
common/update.c