stm32: Correct positioning of declaration
[oweals/u-boot.git] / arch / avr32 / lib / Makefile
index bb45cbe1538460591c80b6ff9268e9dbc50f3af1..8108ae5272b1c220dcde7dd27edfb3e286974352 100644 (file)
@@ -8,6 +8,6 @@
 #
 
 obj-y  += memset.o
-obj-y  += board.o
 obj-$(CONFIG_CMD_BOOTM) += bootm.o
 obj-y  += interrupts.o
+obj-y  += dram_init.o