Merge tag 'uniphier-v2019.10' of https://gitlab.denx.de/u-boot/custodians/u-boot-uniphier
UniPhier SoC updates for v2019.10 - import DT updates from Linux - add UniPhier SPI controller driver - make U-Boot image for 64bit SoCs position independent - tidy up various init code for next generation SoCs - misc cleanups
This commit is contained in:
@@ -48,7 +48,7 @@
|
||||
#define __MAX(a, b) (((a) > (b)) ? (a) : (b))
|
||||
#define __CODE_DATA_SIZE (__bss_start - _start)
|
||||
#define __BSS_SIZE (__bss_end - __bss_start)
|
||||
#ifdef CONFIG_SYS_INIT_SP_BSS_OFFSET
|
||||
#ifdef CONFIG_INIT_SP_RELATIVE
|
||||
#define __MAX_EXTRA_RAM_USAGE __MAX(__BSS_SIZE, CONFIG_SYS_INIT_SP_BSS_OFFSET)
|
||||
#else
|
||||
#define __MAX_EXTRA_RAM_USAGE __BSS_SIZE
|
||||
|
||||
Reference in New Issue
Block a user