diff options
author | Masahiro Yamada <yamada.m@jp.panasonic.com> | 2014-03-03 19:03:18 +0900 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2014-03-04 12:15:31 -0500 |
commit | 50a91dacb04053426497adca67901b54f92fae48 (patch) | |
tree | 419963d38a6af0918417697cf8562fd17279ae54 /board/synopsys | |
parent | 33a02da0f68e17f48394fd88f1df694d8b54a2f3 (diff) | |
download | u-boot-imx-50a91dacb04053426497adca67901b54f92fae48.zip u-boot-imx-50a91dacb04053426497adca67901b54f92fae48.tar.gz u-boot-imx-50a91dacb04053426497adca67901b54f92fae48.tar.bz2 |
arc: arcangel4: set board entry <none> to fix a build error
There are no source files in board/synopsys/arcangel4/
directory.
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Cc: Alexey Brodkin <Alexey.Brodkin@synopsys.com>
Diffstat (limited to 'board/synopsys')
-rw-r--r-- | board/synopsys/arcangel4/Makefile | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/board/synopsys/arcangel4/Makefile b/board/synopsys/arcangel4/Makefile deleted file mode 100644 index 575e58f..0000000 --- a/board/synopsys/arcangel4/Makefile +++ /dev/null @@ -1,11 +0,0 @@ -# -# Copyright (C) 2013-2014 Synopsys, Inc. All rights reserved. -# -# SPDX-License-Identifier: GPL-2.0+ -# - -# This board is mostly used for debugging U-Boot in simulation (ISS). -# The only peripheral which is used on this board is a serial port which -# requires no initialization except those in "include/configs/arcangel4.h". -# And now there's no specific initializations for this board. -# So this Makefile is only required for satisfaction of U-Boot build system. |