Skip to content

Commit

Permalink
boards: minnowboard: remove untested and old board
Browse files Browse the repository at this point in the history
Remove minnowboard configuration which is very basic and can be brought
back by just taking another X86 configuration. We have not tested this
board for a while and it is not being used actively, so remove it.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
  • Loading branch information
nashif authored and galak committed Jun 1, 2021
1 parent 86209ac commit 11b8dd8
Show file tree
Hide file tree
Showing 9 changed files with 0 additions and 283 deletions.
5 changes: 0 additions & 5 deletions boards/x86/minnowboard/Kconfig.board

This file was deleted.

11 changes: 0 additions & 11 deletions boards/x86/minnowboard/Kconfig.defconfig

This file was deleted.

196 changes: 0 additions & 196 deletions boards/x86/minnowboard/doc/index.rst

This file was deleted.

Binary file removed boards/x86/minnowboard/doc/minnowboard.jpg
Binary file not shown.
42 changes: 0 additions & 42 deletions boards/x86/minnowboard/minnowboard.dts

This file was deleted.

11 changes: 0 additions & 11 deletions boards/x86/minnowboard/minnowboard.yaml

This file was deleted.

13 changes: 0 additions & 13 deletions boards/x86/minnowboard/minnowboard_defconfig

This file was deleted.

1 change: 0 additions & 1 deletion doc/_scripts/redirects.py
Expand Up @@ -133,7 +133,6 @@
('boards/riscv/zedboard_pulpino/doc/zedboard_pulpino', 'boards/riscv/zedboard_pulpino/doc/index'),
('boards/x86/arduino_101/doc/board', 'boards/x86/arduino_101/doc/index'),
('boards/x86/galileo/doc/galileo', 'boards/x86/galileo/doc/index'),
('boards/x86/minnowboard/doc/minnowboard', 'boards/x86/minnowboard/doc/index'),
('boards/x86/qemu_x86/doc/board', 'boards/x86/qemu_x86/doc/index'),
('boards/x86/tinytile/doc/board', 'boards/x86/tinytile/doc/index'),
('boards/x86/up_squared/doc/up_squared', 'boards/x86/up_squared/doc/index'),
Expand Down
4 changes: 0 additions & 4 deletions tests/benchmarks/app_kernel/CMakeLists.txt
@@ -1,10 +1,6 @@
# SPDX-License-Identifier: Apache-2.0

cmake_minimum_required(VERSION 3.13.1)
if(BOARD STREQUAL "minnowboard")
set(CONF_FILE prj_fp.conf)
endif()

find_package(Zephyr REQUIRED HINTS $ENV{ZEPHYR_BASE})
project(app_kernel)

Expand Down

0 comments on commit 11b8dd8

Please sign in to comment.