diff options
author | Wenyou Yang <wenyou.yang@atmel.com> | 2017-04-18 15:18:47 +0800 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2017-05-09 12:14:16 -0600 |
commit | 83f1c2ef30072c0672bc81cef9e7ee557c7ee61b (patch) | |
tree | 25742b88f23a7410dfdd6cad35c0a0d4f88f55f1 /board | |
parent | 6a991af2d1ba386c1be95af084bf51a250ed5fea (diff) | |
download | u-boot-83f1c2ef30072c0672bc81cef9e7ee557c7ee61b.tar.gz |
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')
-rw-r--r-- | board/atmel/at91sam9260ek/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/atmel/at91sam9260ek/Makefile b/board/atmel/at91sam9260ek/Makefile index c6edbeee24..07c6184352 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 |