diff options
author | Tom Rini <trini@konsulko.com> | 2023-05-01 11:50:26 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2023-05-01 11:50:26 -0400 |
commit | c960c0fd38be57abffb68996e53408ba5f675ee9 (patch) | |
tree | 6d2103d21d37248d22477fc198d6003f27331239 /configs/sam9x60_curiosity_mmc_defconfig | |
parent | 27dc8826441f0c5dd6aa6617a32909d9049f1202 (diff) | |
download | u-boot-c960c0fd38be57abffb68996e53408ba5f675ee9.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/sam9x60_curiosity_mmc_defconfig')
-rw-r--r-- | configs/sam9x60_curiosity_mmc_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/sam9x60_curiosity_mmc_defconfig b/configs/sam9x60_curiosity_mmc_defconfig index f9ab17ab7e..10937d67d7 100644 --- a/configs/sam9x60_curiosity_mmc_defconfig +++ b/configs/sam9x60_curiosity_mmc_defconfig @@ -13,6 +13,7 @@ CONFIG_ENV_SIZE=0x4000 CONFIG_DM_GPIO=y CONFIG_DEFAULT_DEVICE_TREE="at91-sam9x60_curiosity" CONFIG_SYS_PROMPT="U-Boot> " +CONFIG_OF_LIBFDT_OVERLAY=y CONFIG_DEBUG_UART_BASE=0xfffff200 CONFIG_DEBUG_UART_CLOCK=200000000 CONFIG_DEBUG_UART_BOARD_INIT=y @@ -76,4 +77,3 @@ CONFIG_W1=y CONFIG_W1_GPIO=y CONFIG_W1_EEPROM=y CONFIG_W1_EEPROM_DS24XXX=y -CONFIG_OF_LIBFDT_OVERLAY=y |