summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-at91/Makefile
diff options
context:
space:
mode:
authorSam Ravnborg <sam@ravnborg.org>2022-06-28 22:38:41 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2022-06-30 14:18:55 +0200
commit1915da14b857443361aa5edadc7ba469b8264aea (patch)
treebdbd1f6dc714928c62f9223bfff0cd2a501101e4 /arch/arm/mach-at91/Makefile
parentb6451367f30928d879693ec49097bd06235afe7b (diff)
downloadbarebox-1915da14b857443361aa5edadc7ba469b8264aea.tar.gz
barebox-1915da14b857443361aa5edadc7ba469b8264aea.tar.xz
ARM: at91: Add initialize function to sdramc
Port the sdramc initialize function from at91bootstrap. It is needed from lowlevel code and is a replacement for the sdramc init code in at91sam926x_board_init.h Signed-off-by: Sam Ravnborg <sam@ravnborg.org> Reviewed-by: Ahmad Fatoum <a.fatoum@pengutronix.de> Link: https://lore.barebox.org/20220628203849.2785611-4-sam@ravnborg.org Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/mach-at91/Makefile')
-rw-r--r--arch/arm/mach-at91/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-at91/Makefile b/arch/arm/mach-at91/Makefile
index bfdc89f680..12e64291ba 100644
--- a/arch/arm/mach-at91/Makefile
+++ b/arch/arm/mach-at91/Makefile
@@ -1,7 +1,7 @@
# SPDX-License-Identifier: GPL-2.0-only
obj-y += setup.o aic.o
-lwl-y += at91_pmc_ll.o ddramc_ll.o matrix.o
+lwl-y += at91_pmc_ll.o ddramc_ll.o at91sam9_sdramc_ll.o matrix.o
lwl-$(CONFIG_CLOCKSOURCE_ATMEL_PIT) += early_udelay.o
ifeq ($(CONFIG_COMMON_CLK_OF_PROVIDER),)