mirror of
https://github.com/smaeul/u-boot.git
synced 2025-10-14 04:46:01 +01:00
sunxi: Hide the SUNXI_MINIMUM_DRAM_MB symbol
This option affects the ABI between SPL/U-Boot and U-Boot/scripts, so it should not normally be changed by the user. Signed-off-by: Samuel Holland <samuel@sholland.org>
This commit is contained in:
parent
8e5e0e91d5
commit
665abb4e4a
@ -67,7 +67,7 @@ config SPL_STACK_R_ADDR
|
|||||||
default 0x4fe00000 if SUN50I_GEN_H6
|
default 0x4fe00000 if SUN50I_GEN_H6
|
||||||
|
|
||||||
config SUNXI_MINIMUM_DRAM_MB
|
config SUNXI_MINIMUM_DRAM_MB
|
||||||
int "minimum DRAM size"
|
int
|
||||||
default 32 if MACH_SUNIV
|
default 32 if MACH_SUNIV
|
||||||
default 64 if MACH_SUN8I_V3S
|
default 64 if MACH_SUN8I_V3S
|
||||||
default 256
|
default 256
|
||||||
|
Loading…
x
Reference in New Issue
Block a user