commit | a3e50265137d39974baa95e98f4a39122738d4c1 | [log] [tgz] |
---|---|---|
author | Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com> | Tue Apr 09 21:02:03 2019 +0200 |
committer | Marek Vasut <marex@denx.de> | Thu Apr 25 00:00:49 2019 +0200 |
tree | 97c336cbebc1b951e04f89be886fd96dea01aa4c | |
parent | 0dd4298e5dad1cc5b0d6f93f4ca5108faaad2099 [diff] |
arm: socfpga: fix comment about SPL memory layout The comment about SPL memory layout for socfpga gen5 is outdated: the initial malloc memory is now at the end of the SRAM, gd is below it (see board_init_f_alloc_reserve). Signed-off-by: Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com> Acked-by: Marek Vasut <marex@denx.de>