diff options
author | Tom Rini <trini@konsulko.com> | 2021-05-22 08:47:07 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2021-07-07 22:22:42 -0400 |
commit | f4a6f75b48c1565b5d1be9a90c3f5a21d588b936 (patch) | |
tree | 9c1f41f6cd88f2cca1cee2c880d7830583cf91ba /board/atmel/at91rm9200ek/Makefile | |
parent | 6aa36936161c7e010aeadf1fafd8238db2efde1f (diff) | |
download | u-boot-f4a6f75b48c1565b5d1be9a90c3f5a21d588b936.tar.gz |
arm: Remove at91rm9200ek boards
These boards have not been converted to CONFIG_DM_USB by the deadline
and is also missing conversion to CONFIG_DM. Remove them.
Cc: Andreas Bießmann <andreas@biessmann.org>
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'board/atmel/at91rm9200ek/Makefile')
-rw-r--r-- | board/atmel/at91rm9200ek/Makefile | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/board/atmel/at91rm9200ek/Makefile b/board/atmel/at91rm9200ek/Makefile deleted file mode 100644 index 2d5c28082f..0000000000 --- a/board/atmel/at91rm9200ek/Makefile +++ /dev/null @@ -1,7 +0,0 @@ -# SPDX-License-Identifier: GPL-2.0+ -# -# (C) Copyright 2003-2008 -# Wolfgang Denk, DENX Software Engineering, wd@denx.de. - -obj-y += at91rm9200ek.o -obj-y += led.o |