summaryrefslogtreecommitdiff
path: root/configs/pm9g45_defconfig
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2022-03-12 07:07:36 +0300
committerTom Rini <trini@konsulko.com>2022-03-18 19:48:18 +0300
commitcb81640011270dae6346979ef36264a72cf3b565 (patch)
tree9d7a60914a55c4ac4b025191ff86d0559a529360 /configs/pm9g45_defconfig
parent5644f3b19d6e1eb7ef0addeefa94f44eda48f209 (diff)
downloadu-boot-cb81640011270dae6346979ef36264a72cf3b565.tar.xz
Convert CONFIG_ATMEL_LEGACY to Kconfig
This converts the following to Kconfig: CONFIG_ATMEL_LEGACY Cc: Eugen Hristev <eugen.hristev@microchip.com> Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/pm9g45_defconfig')
-rw-r--r--configs/pm9g45_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/pm9g45_defconfig b/configs/pm9g45_defconfig
index 96bd30cfa2..fc5ae69c19 100644
--- a/configs/pm9g45_defconfig
+++ b/configs/pm9g45_defconfig
@@ -5,6 +5,7 @@ CONFIG_SYS_TEXT_BASE=0x73f00000
CONFIG_SYS_MALLOC_LEN=0x80000
CONFIG_SYS_MALLOC_F_LEN=0x2000
CONFIG_TARGET_PM9G45=y
+CONFIG_ATMEL_LEGACY=y
CONFIG_NR_DRAM_BANKS=1
CONFIG_DM_GPIO=y
CONFIG_DEFAULT_DEVICE_TREE="at91sam9m10g45ek"