diff options
author | Tom Rini <trini@konsulko.com> | 2017-06-19 09:47:40 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-06-19 09:47:40 -0400 |
commit | fb82fe385173fdf7b55e50e4f343ae37a41cdbaa (patch) | |
tree | a7cf3d2a4e0e1281504c9563a59b8e75d3726080 /configs/sama5d36ek_cmp_mmc_defconfig | |
parent | eab76dfd5b6a1930351845bfdbb03cc742f69e98 (diff) | |
download | u-boot-fb82fe385173fdf7b55e50e4f343ae37a41cdbaa.tar.gz u-boot-fb82fe385173fdf7b55e50e4f343ae37a41cdbaa.tar.bz2 u-boot-fb82fe385173fdf7b55e50e4f343ae37a41cdbaa.zip |
configs: Resync defconfigs
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/sama5d36ek_cmp_mmc_defconfig')
-rw-r--r-- | configs/sama5d36ek_cmp_mmc_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/sama5d36ek_cmp_mmc_defconfig b/configs/sama5d36ek_cmp_mmc_defconfig index 8c34e64bc5..1c5d85b4ad 100644 --- a/configs/sama5d36ek_cmp_mmc_defconfig +++ b/configs/sama5d36ek_cmp_mmc_defconfig @@ -3,6 +3,7 @@ CONFIG_ARCH_AT91=y CONFIG_TARGET_SAMA5D3XEK=y CONFIG_SYS_MALLOC_F_LEN=0x2000 CONFIG_DEFAULT_DEVICE_TREE="sama5d36ek_cmp" +CONFIG_DEBUG_UART=y CONFIG_FIT=y CONFIG_SYS_EXTRA_OPTIONS="SAMA5D3,SYS_USE_MMC" CONFIG_BOOTDELAY=3 @@ -39,7 +40,6 @@ CONFIG_MACB=y CONFIG_PINCTRL=y CONFIG_PINCTRL_AT91=y CONFIG_DM_SERIAL=y -CONFIG_DEBUG_UART=y CONFIG_DEBUG_UART_ATMEL=y CONFIG_DEBUG_UART_BASE=0xffffee00 CONFIG_DEBUG_UART_CLOCK=132000000 |