summaryrefslogtreecommitdiff
path: root/board/atmel
diff options
context:
space:
mode:
authorWenyou Yang <wenyou.yang@atmel.com>2017-04-18 07:18:47 (GMT)
committerSimon Glass <sjg@chromium.org>2017-05-09 18:14:16 (GMT)
commit83f1c2ef30072c0672bc81cef9e7ee557c7ee61b (patch)
tree25742b88f23a7410dfdd6cad35c0a0d4f88f55f1 /board/atmel
parent6a991af2d1ba386c1be95af084bf51a250ed5fea (diff)
downloadu-boot-fsl-qoriq-83f1c2ef30072c0672bc81cef9e7ee557c7ee61b.tar.xz
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 c6edbee..07c6184 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