diff options
author | Tom Rini | 2022-06-20 08:13:12 -0400 |
---|---|---|
committer | Tom Rini | 2022-06-20 08:13:12 -0400 |
commit | 78533a1ce87786d2ba9be70e657b09cded1267e1 (patch) | |
tree | 6f79aee1ca21d7818c2ffda5b6065755a44930f6 /configs/sama5d2_icp_qspiflash_defconfig | |
parent | 2f7821a9278e710b2e825018303c2942f920a77d (diff) |
configs: Resync with savedefconfig
Rsync all defconfig files using moveconfig.py
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/sama5d2_icp_qspiflash_defconfig')
-rw-r--r-- | configs/sama5d2_icp_qspiflash_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/sama5d2_icp_qspiflash_defconfig b/configs/sama5d2_icp_qspiflash_defconfig index 6630d4ce9f4..27bd05f9601 100644 --- a/configs/sama5d2_icp_qspiflash_defconfig +++ b/configs/sama5d2_icp_qspiflash_defconfig @@ -6,9 +6,9 @@ CONFIG_TARGET_SAMA5D2_ICP=y CONFIG_ENV_SIZE=0x4000 CONFIG_DM_GPIO=y CONFIG_DEFAULT_DEVICE_TREE="at91-sama5d2_icp" -CONFIG_DEBUG_UART_BOARD_INIT=y CONFIG_DEBUG_UART_BASE=0xf801c000 CONFIG_DEBUG_UART_CLOCK=83000000 +CONFIG_DEBUG_UART_BOARD_INIT=y CONFIG_SYS_LOAD_ADDR=0x22000000 CONFIG_DEBUG_UART=y CONFIG_SYS_MEMTEST_START=0x20000000 |