commit | a4a16c9181a80d8473f71648b6d3a02fc57c9709 | [log] [tgz] |
---|---|---|
author | Lukasz Majewski <lukma@denx.de> | Tue Oct 15 10:28:45 2019 +0200 |
committer | Stefano Babic <sbabic@denx.de> | Sun Nov 03 17:04:16 2019 +0100 |
tree | 3e65b102821d2b0693dd3a3689d0c56aa9f414da | |
parent | e0fe3dcbd0246c5d5608b5505858acd984d4f3c9 [diff] |
spl: nor: Provide falcon boot support for NOR memories This commit adds falcon boot support (by also copying args necessary for booting) to the SPL NOR memory driver. After this change it is possible to use the falcon boot in the same way as on NAND memories. The necessary configs (i.e. CONFIG_CMD_SPL_NOR_OFS) are now defined in Kconfig. Signed-off-by: Lukasz Majewski <lukma@denx.de> Reviewed-by: Tom Rini <trini@konsulko.com>