X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=arch%2Fmicroblaze%2FKconfig;h=5ce8261451d33c9a46757ac4eae491157633a387;hb=44fb0d6c9f5147a41c710032869e5e01b3c9e310;hp=6f419f050dd5c9da2df93a24ac8b5f90176d0eff;hpb=130aec779ad9a2e28dc9d42ca5b367b957f311d7;p=platform%2Fkernel%2Fu-boot.git diff --git a/arch/microblaze/Kconfig b/arch/microblaze/Kconfig index 6f419f0..5ce8261 100644 --- a/arch/microblaze/Kconfig +++ b/arch/microblaze/Kconfig @@ -6,13 +6,31 @@ config SYS_ARCH choice prompt "Target select" + optional 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