diff options
author | Tom Rini | 2020-01-22 13:38:00 -0500 |
---|---|---|
committer | Tom Rini | 2020-01-22 13:38:00 -0500 |
commit | 052170c6a043eec4e73fad80955876cf1ba5e4f2 (patch) | |
tree | 554a29e0a02eb6789afabcebf236c209d693f4ed /configs/brsmarc1_defconfig | |
parent | 75dd53055a33f5bdb8ee2f53ce76c67052dfca7e (diff) |
configs: Resync with savedefconfig
Rsync all defconfig files using moveconfig.py
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/brsmarc1_defconfig')
-rw-r--r-- | configs/brsmarc1_defconfig | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/configs/brsmarc1_defconfig b/configs/brsmarc1_defconfig index 16d2e283040..0be679813e0 100644 --- a/configs/brsmarc1_defconfig +++ b/configs/brsmarc1_defconfig @@ -4,15 +4,16 @@ CONFIG_SPL_GPIO_SUPPORT=y CONFIG_SPL_LIBCOMMON_SUPPORT=y CONFIG_SPL_LIBGENERIC_SUPPORT=y CONFIG_SYS_MALLOC_F_LEN=0x2000 +CONFIG_ENV_SIZE=0x10000 +CONFIG_ENV_SECT_SIZE=0x10000 +CONFIG_ENV_OFFSET=0x20000 +CONFIG_DM_GPIO=y CONFIG_AM33XX=y CONFIG_SYS_MPUCLK=600 CONFIG_TARGET_BRSMARC1=y CONFIG_SPL_SERIAL_SUPPORT=y -CONFIG_ENV_SIZE=0x10000 -CONFIG_ENV_OFFSET=0x20000 CONFIG_SPL_SYS_MALLOC_F_LEN=0x4000 CONFIG_SPL=y -CONFIG_ENV_SECT_SIZE=0x10000 CONFIG_SPL_SPI_FLASH_SUPPORT=y CONFIG_SPL_SPI_SUPPORT=y # CONFIG_EXPERT is not set @@ -81,7 +82,6 @@ CONFIG_SPL_DM=y CONFIG_SPL_DM_SEQ_ALIAS=y # CONFIG_OF_TRANSLATE is not set # CONFIG_SPL_BLK is not set -CONFIG_DM_GPIO=y CONFIG_DM_I2C=y CONFIG_MISC=y CONFIG_DM_MMC=y |