X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=arch%2Fmicroblaze%2FKconfig;h=5ce8261451d33c9a46757ac4eae491157633a387;hb=44fb0d6c9f5147a41c710032869e5e01b3c9e310;hp=077b2a7d5ec1dd357bb8ccbfb88df93019efce5d;hpb=0e6b7a28243175ae0874d53b6e6e4eff8548d71f;p=platform%2Fkernel%2Fu-boot.git diff --git a/arch/microblaze/Kconfig b/arch/microblaze/Kconfig index 077b2a7..5ce8261 100644 --- a/arch/microblaze/Kconfig +++ b/arch/microblaze/Kconfig @@ -10,10 +10,27 @@ choice config TARGET_MICROBLAZE_GENERIC bool "Support microblaze-generic" + select BOARD_LATE_INIT + select DM + select DM_SERIAL + select OF_CONTROL select SUPPORT_SPL + select SYSRESET + imply CMD_DM endchoice +config STACK_SIZE + hex "Define max stack size that can be used by u-boot" + default 0x200000 + help + Defines Max stack size that can be used by u-boot so that the + initrd_high will be calculated as base stack pointer minus this + stack size. + source "board/xilinx/microblaze-generic/Kconfig" +config SPL_LDSCRIPT + default "arch/microblaze/cpu/u-boot-spl.lds" + endmenu