diff options
author | Tom Rini <trini@konsulko.com> | 2017-04-18 10:30:09 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-04-18 10:30:09 -0400 |
commit | 54f302f1197a490c2c4e3564c698ecd090d5013b (patch) | |
tree | 286463659802ab30bc5bb791cde2f96686a9e1b1 /board/gaisler/gr_xc3s_1500/Kconfig | |
parent | e1bc64eec279e103feedff02f3a4b3c2e9f15240 (diff) |
board: Remove orphan SPARC boards
Since 936478e797a8 SPARC as been removed as an architecture. Remove
these now orphan boards.
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'board/gaisler/gr_xc3s_1500/Kconfig')
-rw-r--r-- | board/gaisler/gr_xc3s_1500/Kconfig | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/board/gaisler/gr_xc3s_1500/Kconfig b/board/gaisler/gr_xc3s_1500/Kconfig deleted file mode 100644 index e695ba2cdd..0000000000 --- a/board/gaisler/gr_xc3s_1500/Kconfig +++ /dev/null @@ -1,9 +0,0 @@ -if TARGET_GR_XC3S_1500 - -config SYS_BOARD - default "gr_xc3s_1500" - -config SYS_CONFIG_NAME - default "gr_xc3s_1500" - -endif |