X-Git-Url: https://git.kernelconcepts.de/?p=karo-tx-uboot.git;a=blobdiff_plain;f=arch%2Favr32%2Flib%2FMakefile;fp=arch%2Favr32%2Flib%2FMakefile;h=5f2d97bfc7d2f959b94d5d9a5ac291fcc478063e;hp=bb45cbe1538460591c80b6ff9268e9dbc50f3af1;hb=d6ac3333c6974b4cb8bd1c34abd23817fb97f1af;hpb=40545031d17cb0ed87fdb08dbfa09542fa7bbe3e diff --git a/arch/avr32/lib/Makefile b/arch/avr32/lib/Makefile index bb45cbe153..5f2d97bfc7 100644 --- a/arch/avr32/lib/Makefile +++ b/arch/avr32/lib/Makefile @@ -11,3 +11,4 @@ obj-y += memset.o obj-y += board.o obj-$(CONFIG_CMD_BOOTM) += bootm.o obj-y += interrupts.o +obj-y += dram_init.o