commit | 58cbb671ef68214ab1aa6566307627ab37e28988 | [log] [tgz] |
---|---|---|
author | Miquel Raynal <miquel.raynal@bootlin.com> | Tue May 07 14:18:46 2019 +0200 |
committer | Tom Rini <trini@konsulko.com> | Thu Jul 11 10:05:15 2019 -0400 |
tree | 9793879fc0e1c66e73bc44d0fc67196a94882718 | |
parent | 68cadee6f29f4c76c9a760d7c533ee4113599dbe [diff] |
arm: spear: Drop false comment SPL BSS lies in SRAM and is actually initialized to 0 by the SPL in arch/arm/lib/crt0.S:_main(), which is called by cpu_init_crit. Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com> Reviewed-by: Stefan Roese <sr@denx.de>