From: Miquel Raynal Date: Tue, 7 May 2019 12:18:47 +0000 (+0200) Subject: arm: spear: Fix the main comment in start.S X-Git-Tag: v2019.10-rc1~35^2~15 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=10a5b3cd99690f138597544629460c16dcfadd16;p=platform%2Fkernel%2Fu-boot.git arm: spear: Fix the main comment in start.S This comment describes the board state at the moment where we enter the SPL. The description is entirely wrong; re-write it to fit the reality. Signed-off-by: Miquel Raynal Reviewed-by: Stefan Roese --- diff --git a/arch/arm/cpu/arm926ejs/spear/start.S b/arch/arm/cpu/arm926ejs/spear/start.S index 4395985..c3bb58c 100644 --- a/arch/arm/cpu/arm926ejs/spear/start.S +++ b/arch/arm/cpu/arm926ejs/spear/start.S @@ -21,10 +21,9 @@ * * Startup Code (reset vector) * - * Below are the critical initializations already taken place in BootROM. - * So, these are not taken care in Xloader - * 1. Relocation to RAM - * 2. Initializing stacks + * The BootROM already initialized its own stack in the [0-0xb00] reserved + * range of the SRAM. The SPL (in _main) will update the stack pointer to + * its own SRAM area (right before the gd section). * ************************************************************************* */