summaryrefslogtreecommitdiff
path: root/board/atmel
diff options
context:
space:
mode:
authorWenyou Yang <wenyou.yang@atmel.com>2017-04-18 07:28:27 (GMT)
committerSimon Glass <sjg@chromium.org>2017-05-09 18:14:16 (GMT)
commit2011dca2c1d19fd561c77d3e851247444c3b11e1 (patch)
treef5e01326366dd39dc678cb953deba39cee759135 /board/atmel
parent2510be1d21fdfb389cf4a528fd72838aedf616d3 (diff)
downloadu-boot-fsl-qoriq-2011dca2c1d19fd561c77d3e851247444c3b11e1.tar.xz
configs: at91sam9rlek: 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/at91sam9rlek/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/atmel/at91sam9rlek/Makefile b/board/atmel/at91sam9rlek/Makefile
index 51daf8d..7acfee5 100644
--- a/board/atmel/at91sam9rlek/Makefile
+++ b/board/atmel/at91sam9rlek/Makefile
@@ -10,5 +10,5 @@
#
obj-y += at91sam9rlek.o
-obj-y += led.o
+obj-$(CONFIG_AT91_LED) += led.o
obj-$(CONFIG_HAS_DATAFLASH) += partition.o