summaryrefslogtreecommitdiff
path: root/configs/topic_miamilite_defconfig
diff options
context:
space:
mode:
authorMichal Simek <michal.simek@xilinx.com>2017-12-01 13:50:33 +0100
committerMichal Simek <michal.simek@xilinx.com>2017-12-14 20:08:15 +0100
commit52b36fd155c3c860f094272627c466ba4a4f4e26 (patch)
tree27866874baed7b4bba78369d10f121c1231df5fb /configs/topic_miamilite_defconfig
parent8b93a92f6d089c8b3a055c8d89492e73137490b7 (diff)
arm: zynq: Fix SPL SD boot mode
This patch is fixing two issues: 1. Insufficient stack size for fat fs buffers 2. Insufficient space in malloc area Tested on zc702 and zc706. Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Diffstat (limited to 'configs/topic_miamilite_defconfig')
-rw-r--r--configs/topic_miamilite_defconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/topic_miamilite_defconfig b/configs/topic_miamilite_defconfig
index a1e98b7bc3..7228283b3c 100644
--- a/configs/topic_miamilite_defconfig
+++ b/configs/topic_miamilite_defconfig
@@ -3,12 +3,14 @@ CONFIG_SYS_VENDOR="topic"
CONFIG_SYS_CONFIG_NAME="topic_miami"
CONFIG_ARCH_ZYNQ=y
CONFIG_SYS_TEXT_BASE=0x4000000
+CONFIG_SPL_STACK_R_ADDR=0x200000
CONFIG_BOOT_INIT_FILE="board/topic/zynq/zynq-topic-miamilite/ps7_regs.txt"
CONFIG_DEFAULT_DEVICE_TREE="zynq-topic-miamilite"
CONFIG_DEBUG_UART=y
CONFIG_BOOTDELAY=0
# CONFIG_DISPLAY_CPUINFO is not set
CONFIG_SPL=y
+CONFIG_SPL_STACK_R=y
CONFIG_HUSH_PARSER=y
CONFIG_SYS_PROMPT="zynq-uboot> "
CONFIG_CMD_THOR_DOWNLOAD=y