diff options
author | Tom Rini <trini@konsulko.com> | 2020-01-22 13:38:00 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2020-01-22 13:38:00 -0500 |
commit | 052170c6a043eec4e73fad80955876cf1ba5e4f2 (patch) | |
tree | 554a29e0a02eb6789afabcebf236c209d693f4ed /configs/turris_mox_defconfig | |
parent | 75dd53055a33f5bdb8ee2f53ce76c67052dfca7e (diff) | |
download | u-boot-052170c6a043eec4e73fad80955876cf1ba5e4f2.tar.gz u-boot-052170c6a043eec4e73fad80955876cf1ba5e4f2.tar.bz2 u-boot-052170c6a043eec4e73fad80955876cf1ba5e4f2.zip |
configs: Resync with savedefconfig
Rsync all defconfig files using moveconfig.py
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/turris_mox_defconfig')
-rw-r--r-- | configs/turris_mox_defconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configs/turris_mox_defconfig b/configs/turris_mox_defconfig index b88cc4b842..2e637044c1 100644 --- a/configs/turris_mox_defconfig +++ b/configs/turris_mox_defconfig @@ -5,11 +5,12 @@ CONFIG_SYS_TEXT_BASE=0x00000000 CONFIG_SYS_MALLOC_F_LEN=0x2000 CONFIG_TARGET_TURRIS_MOX=y CONFIG_ENV_SIZE=0x10000 +CONFIG_ENV_SECT_SIZE=0x10000 CONFIG_ENV_OFFSET=0x180000 +CONFIG_DM_GPIO=y CONFIG_NR_DRAM_BANKS=1 CONFIG_DEBUG_UART_BASE=0xd0012000 CONFIG_DEBUG_UART_CLOCK=25804800 -CONFIG_ENV_SECT_SIZE=0x10000 CONFIG_DEBUG_UART=y CONFIG_DISTRO_DEFAULTS=y # CONFIG_SYS_MALLOC_CLEAR_ON_INIT is not set @@ -41,7 +42,6 @@ CONFIG_ENV_IS_IN_SPI_FLASH=y CONFIG_SYS_RELOC_GD_ENV_ADDR=y CONFIG_CLK=y CONFIG_CLK_MVEBU=y -CONFIG_DM_GPIO=y # CONFIG_MVEBU_GPIO is not set CONFIG_DM_I2C=y CONFIG_MISC=y |