
15 Dec
2015
15 Dec
'15
2:02 a.m.
On 12/08/2015 05:37 AM, York Sun wrote:
As the name may be confusing, the CONFIG_SYS_MEM_TOP_HIDE reserves some memory from the end of ram, tracked by gd->ram_size. It is not always the top of u-boot visible memory. Rewrite the macro with a weak function to provide flexibility for complex calcuation. Legacy use of this macro is still supported.
Signed-off-by: York Sun yorksun@freescale.com
Changes in v5: Separated as a new patch
Changes in v4: None Changes in v3: None Changes in v2: None
Applied to fsl-qoriq master. Awaiting upstream.
York