summaryrefslogtreecommitdiff
path: root/board/atmel
diff options
context:
space:
mode:
authorWenyou Yang <wenyou.yang@atmel.com>2017-04-18 15:31:00 +0800
committerSimon Glass <sjg@chromium.org>2017-05-09 12:14:16 -0600
commit0b8908f9c3b8af7e1619e0f2190ccc5d308f0347 (patch)
treea9255ec6ec97af06c0c8f4eda3f1c0b5bd4148cd /board/atmel
parent84a9b80dba6d1206814f4b3ff72ce1ba49004dd5 (diff)
configs: at91sam9263ek: Update for DT and DM support
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/at91sam9263ek/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/atmel/at91sam9263ek/Makefile b/board/atmel/at91sam9263ek/Makefile
index 7b31f18e4f..f3cd9d556e 100644
--- a/board/atmel/at91sam9263ek/Makefile
+++ b/board/atmel/at91sam9263ek/Makefile
@@ -10,5 +10,5 @@
#
obj-y += at91sam9263ek.o
-obj-y += led.o
+obj-$(CONFIG_AT91_LED) += led.o
obj-$(CONFIG_HAS_DATAFLASH) += partition.o