diff options
author | Vipul Kumar <vipul.kumar@xilinx.com> | 2018-07-17 19:00:34 +0530 |
---|---|---|
committer | Michal Simek <michal.simek@xilinx.com> | 2018-07-19 10:49:56 +0200 |
commit | 2a30809cae098d8d2d4af7c5fba059993ef5f10e (patch) | |
tree | 09f1b07eeddd2ada38ad60f680b731e19115aec6 /configs/bitmain_antminer_s9_defconfig | |
parent | 1c310aec671e7cde9cd255b2ffbc6089ee7ac53b (diff) | |
download | u-boot-2a30809cae098d8d2d4af7c5fba059993ef5f10e.tar.gz u-boot-2a30809cae098d8d2d4af7c5fba059993ef5f10e.tar.bz2 u-boot-2a30809cae098d8d2d4af7c5fba059993ef5f10e.zip |
env: Added support to save env to spi through Kconfig
This patch added support to enable CONFIG_ENV_SIZE, CONFIG_ENV_OFFSET
and CONFIG_ENV_SECT_SIZE through Kconfig for Zynq and Zynqmp.
Signed-off-by: Vipul Kumar <vipul.kumar@xilinx.com>
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Diffstat (limited to 'configs/bitmain_antminer_s9_defconfig')
-rw-r--r-- | configs/bitmain_antminer_s9_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/bitmain_antminer_s9_defconfig b/configs/bitmain_antminer_s9_defconfig index 40bce4e374..f59c767242 100644 --- a/configs/bitmain_antminer_s9_defconfig +++ b/configs/bitmain_antminer_s9_defconfig @@ -4,6 +4,7 @@ CONFIG_SYS_BOARD="antminer_s9" CONFIG_SYS_CONFIG_NAME="bitmain_antminer_s9" CONFIG_ARCH_ZYNQ=y CONFIG_SYS_TEXT_BASE=0x4000000 +CONFIG_ENV_OFFSET=0x300000 CONFIG_SPL=y CONFIG_DEBUG_UART_BASE=0xe0001000 CONFIG_DEBUG_UART_CLOCK=50000000 |