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/socfpga_is1_defconfig | |
parent | 4da98ee1dd72aedaec10551ab52d647ece3a48f5 (diff) | |
download | u-boot-3e5b62f78888740530e6f3a2e989f4c361a9d52b.tar.gz u-boot-3e5b62f78888740530e6f3a2e989f4c361a9d52b.tar.bz2 u-boot-3e5b62f78888740530e6f3a2e989f4c361a9d52b.zip |
configs: Resync with savedefconfig
Rsync all defconfig files using moveconfig.py
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/socfpga_is1_defconfig')
-rw-r--r-- | configs/socfpga_is1_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/socfpga_is1_defconfig b/configs/socfpga_is1_defconfig index 0de70341d0..723f824575 100644 --- a/configs/socfpga_is1_defconfig +++ b/configs/socfpga_is1_defconfig @@ -3,7 +3,6 @@ CONFIG_ARCH_SOCFPGA=y CONFIG_ENV_SIZE=0x2000 CONFIG_ENV_OFFSET=0x100000 CONFIG_ENV_SECT_SIZE=0x10000 -CONFIG_SYS_SPI_U_BOOT_OFFS=0x40000 CONFIG_DM_GPIO=y CONFIG_DEFAULT_DEVICE_TREE="socfpga_cyclone5_is1" CONFIG_SPL_TEXT_BASE=0xFFFF0000 @@ -20,6 +19,7 @@ CONFIG_SYS_CONSOLE_ENV_OVERWRITE=y # CONFIG_DISPLAY_BOARDINFO is not set CONFIG_DISPLAY_BOARDINFO_LATE=y CONFIG_SPL_SPI_LOAD=y +CONFIG_SYS_SPI_U_BOOT_OFFS=0x40000 CONFIG_CMD_ASKENV=y CONFIG_CMD_GREPENV=y # CONFIG_CMD_FLASH is not set |