commit | 8e302033173c11c7ffd3fef59a17b686e0bb7d62 | [log] [tgz] |
---|---|---|
author | Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com> | Mon Aug 13 21:34:35 2018 +0200 |
committer | Marek Vasut <marex@denx.de> | Mon Aug 13 22:35:06 2018 +0200 |
tree | bd5f85cffe879ac42d722ff7cff179065635c934 | |
parent | 3854a1a84f87b6d0a56687105dbdb7ae9b2bf690 [diff] |
arm: socfpga: gen5: combine some init code for SPL and U-Boot Some of the code for low level system initialization in SPL's board_init_f() and U-Boot's arch_early_init_r() is the same, so let's combine it into a single function called from both. Signed-off-by: Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com>