aboutsummaryrefslogtreecommitdiff
path: root/board/atmel
diff options
context:
space:
mode:
authorWenyou Yang2017-04-18 15:18:47 +0800
committerSimon Glass2017-05-09 12:14:16 -0600
commit83f1c2ef30072c0672bc81cef9e7ee557c7ee61b (patch)
tree25742b88f23a7410dfdd6cad35c0a0d4f88f55f1 /board/atmel
parent6a991af2d1ba386c1be95af084bf51a250ed5fea (diff)
configs: at91sam9260ek/9g20ek: Update for DT and DM
Update the configuration files to support the device tree and driver model. The device clock and pins configuration are handled by the clock and the pinctrl drivers respectively. Signed-off-by: Wenyou Yang <wenyou.yang@atmel.com> Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'board/atmel')
-rw-r--r--board/atmel/at91sam9260ek/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/atmel/at91sam9260ek/Makefile b/board/atmel/at91sam9260ek/Makefile
index c6edbeee243..07c61843522 100644
--- a/board/atmel/at91sam9260ek/Makefile
+++ b/board/atmel/at91sam9260ek/Makefile
@@ -10,5 +10,5 @@
#
obj-y += at91sam9260ek.o
-obj-y += led.o
+obj-$(CONFIG_AT91_LED) += led.o
obj-$(CONFIG_HAS_DATAFLASH) += partition.o