aboutsummaryrefslogtreecommitdiff
path: root/board/highbank
diff options
context:
space:
mode:
Diffstat (limited to 'board/highbank')
-rw-r--r--board/highbank/Kconfig19
1 files changed, 0 insertions, 19 deletions
diff --git a/board/highbank/Kconfig b/board/highbank/Kconfig
deleted file mode 100644
index 1c32490..0000000
--- a/board/highbank/Kconfig
+++ /dev/null
@@ -1,19 +0,0 @@
-if TARGET_HIGHBANK
-
-config SYS_CPU
- string
- default "armv7"
-
-config SYS_BOARD
- string
- default "highbank"
-
-config SYS_SOC
- string
- default "highbank"
-
-config SYS_CONFIG_NAME
- string
- default "highbank"
-
-endif