X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=arch%2Fmicroblaze%2FKconfig;h=2bd260e5d76e2d4b576767c7234ca478f8eb89af;hb=4d4e4cf7798276bcb047b65cf80fde63fd347903;hp=33bfd9f2f4f3616e1e14aea7047aa60663759c2a;hpb=42817eb85de1d7dec399c75dbd133ea6b5351a72;p=oweals%2Fu-boot.git diff --git a/arch/microblaze/Kconfig b/arch/microblaze/Kconfig index 33bfd9f2f4..2bd260e5d7 100644 --- a/arch/microblaze/Kconfig +++ b/arch/microblaze/Kconfig @@ -6,12 +6,28 @@ 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" endmenu