u-boot/arch/arm/mach-rmobile/Kconfig.64

13 lines
209 B
Text
Raw Normal View History

if RCAR_64
config SYS_MALLOC_F_LEN
default 0x8000 if RCAR_64
config OF_LIBFDT_OVERLAY
default y if RCAR_64
source "arch/arm/mach-rmobile/Kconfig.rcar3"
source "arch/arm/mach-rmobile/Kconfig.rcar4"
endif