diff options
author | Tom Rini <trini@konsulko.com> | 2021-08-10 15:08:46 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2021-08-10 15:08:46 -0400 |
commit | 3e5b62f78888740530e6f3a2e989f4c361a9d52b (patch) | |
tree | d84f75203d78c0de23885b14d3f6de32ab4fc591 /configs/topic_miamiplus_defconfig | |
parent | 4da98ee1dd72aedaec10551ab52d647ece3a48f5 (diff) | |
download | u-boot-3e5b62f78888740530e6f3a2e989f4c361a9d52b.tar.gz |
configs: Resync with savedefconfig
Rsync all defconfig files using moveconfig.py
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/topic_miamiplus_defconfig')
-rw-r--r-- | configs/topic_miamiplus_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/topic_miamiplus_defconfig b/configs/topic_miamiplus_defconfig index 88e5f2b5b6..6c27541370 100644 --- a/configs/topic_miamiplus_defconfig +++ b/configs/topic_miamiplus_defconfig @@ -7,7 +7,6 @@ CONFIG_SYS_TEXT_BASE=0x4000000 CONFIG_SYS_MEMTEST_START=0x00000000 CONFIG_SYS_MEMTEST_END=0x18000000 CONFIG_ENV_SIZE=0x8000 -CONFIG_SYS_SPI_U_BOOT_OFFS=0x20000 CONFIG_DM_GPIO=y CONFIG_DEFAULT_DEVICE_TREE="zynq-topic-miamiplus" CONFIG_SPL_STACK_R_ADDR=0x200000 @@ -23,6 +22,7 @@ CONFIG_BOOTDELAY=0 CONFIG_USE_PREBOOT=y CONFIG_SPL_STACK_R=y CONFIG_SPL_SPI_LOAD=y +CONFIG_SYS_SPI_U_BOOT_OFFS=0x20000 CONFIG_SYS_PROMPT="zynq-uboot> " CONFIG_CMD_THOR_DOWNLOAD=y CONFIG_CMD_MEMTEST=y |