Re: [U-Boot] [PATCH v4 1/4] arm: socfpga: fix comment about SPL memory layout

2019-04-09 Thread Marek Vasut
On 4/9/19 9:02 PM, Simon Goldschmidt wrote:
> 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 
> ---
> 
> Changes in v4: None
> Changes in v3: None
> Changes in v2: None
> 
>  include/configs/socfpga_common.h | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/include/configs/socfpga_common.h 
> b/include/configs/socfpga_common.h
> index f9e2cdc1b3..32ee7426b6 100644
> --- a/include/configs/socfpga_common.h
> +++ b/include/configs/socfpga_common.h
> @@ -236,9 +236,9 @@ unsigned int cm_get_qspi_controller_clk_hz(void);
>   *
>   * 0x_ .. Start of SRAM
>   * 0x_ .. Top of stack (grows down)
> - * 0x_ .. Malloc area
> - * 0x_ .. Global Data
> - * 0x_FF00 .. End of SRAM
> + * 0x_ .. Global Data
> + * 0x_ .. Malloc area
> + * 0x_ .. End of SRAM
>   *
>   * SRAM Memory layout for Arria 10:
>   * 0xFFE0_ .. Start of SRAM (bottom)
> 

Acked-by: Marek Vasut 

-- 
Best regards,
Marek Vasut
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


[U-Boot] [PATCH v4 1/4] arm: socfpga: fix comment about SPL memory layout

2019-04-09 Thread Simon Goldschmidt
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 
---

Changes in v4: None
Changes in v3: None
Changes in v2: None

 include/configs/socfpga_common.h | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/include/configs/socfpga_common.h b/include/configs/socfpga_common.h
index f9e2cdc1b3..32ee7426b6 100644
--- a/include/configs/socfpga_common.h
+++ b/include/configs/socfpga_common.h
@@ -236,9 +236,9 @@ unsigned int cm_get_qspi_controller_clk_hz(void);
  *
  * 0x_ .. Start of SRAM
  * 0x_ .. Top of stack (grows down)
- * 0x_ .. Malloc area
- * 0x_ .. Global Data
- * 0x_FF00 .. End of SRAM
+ * 0x_ .. Global Data
+ * 0x_ .. Malloc area
+ * 0x_ .. End of SRAM
  *
  * SRAM Memory layout for Arria 10:
  * 0xFFE0_ .. Start of SRAM (bottom)
-- 
2.17.1

___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot