summaryrefslogtreecommitdiff
path: root/configs/sam9x60ek_mmc_defconfig
diff options
context:
space:
mode:
authorClaudiu Beznea <claudiu.beznea@microchip.com>2020-10-07 18:17:13 +0300
committerEugen Hristev <eugen.hristev@microchip.com>2020-10-19 09:19:53 +0300
commit6973701e27cd5ac713c9ff54b0fb05fa11a8b726 (patch)
tree7e5e390367af4e0e9ff7e5aacd62a158ff508211 /configs/sam9x60ek_mmc_defconfig
parentc37d59a17059e78c9f2b11dd08e22afcfd01bd99 (diff)
downloadu-boot-6973701e27cd5ac713c9ff54b0fb05fa11a8b726.tar.xz
configs: sam9x60ek: update defconfigs for CCF
Update defconfigs for using common clock framework compatible clocks. Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>
Diffstat (limited to 'configs/sam9x60ek_mmc_defconfig')
-rw-r--r--configs/sam9x60ek_mmc_defconfig4
1 files changed, 3 insertions, 1 deletions
diff --git a/configs/sam9x60ek_mmc_defconfig b/configs/sam9x60ek_mmc_defconfig
index f05addb6c3..e97b20aeb3 100644
--- a/configs/sam9x60ek_mmc_defconfig
+++ b/configs/sam9x60ek_mmc_defconfig
@@ -2,7 +2,7 @@ CONFIG_ARM=y
CONFIG_ARCH_AT91=y
CONFIG_SYS_TEXT_BASE=0x23f00000
CONFIG_TARGET_SAM9X60EK=y
-CONFIG_SYS_MALLOC_F_LEN=0x2000
+CONFIG_SYS_MALLOC_F_LEN=0x8000
CONFIG_NR_DRAM_BANKS=8
CONFIG_ENV_SIZE=0x4000
CONFIG_DM_GPIO=y
@@ -36,8 +36,10 @@ CONFIG_ENV_FAT_DEVICE_AND_PART="0:1"
CONFIG_SYS_RELOC_GD_ENV_ADDR=y
CONFIG_DM=y
CONFIG_CLK=y
+CONFIG_CLK_CCF=y
CONFIG_CLK_AT91=y
CONFIG_AT91_GENERIC_CLK=y
+CONFIG_AT91_SAM9X60_PLL=y
CONFIG_AT91_GPIO=y
CONFIG_DM_I2C=y
CONFIG_SYS_I2C_AT91=y