summaryrefslogtreecommitdiff
path: root/board/cogent/Kconfig
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.m@jp.panasonic.com>2014-12-15 23:26:18 +0900
committerTom Rini <trini@ti.com>2015-01-05 12:08:53 -0500
commitd19f6a60ec9a342a4dbb38396d354562b4ce3c5e (patch)
tree77c27d4f27edfea18e9016b9d5a2653e22df6708 /board/cogent/Kconfig
parentaf0e35149b4063bbc7453fbc1d7d623360bc91c8 (diff)
downloadu-boot-imx-d19f6a60ec9a342a4dbb38396d354562b4ce3c5e.zip
u-boot-imx-d19f6a60ec9a342a4dbb38396d354562b4ce3c5e.tar.gz
u-boot-imx-d19f6a60ec9a342a4dbb38396d354562b4ce3c5e.tar.bz2
powerpc: remove cogent_8xx, cogent_mpc8260 board support
These boards are still non-generic boards. Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com> Cc: Murray Jensen <Murray.Jensen@csiro.au>
Diffstat (limited to 'board/cogent/Kconfig')
-rw-r--r--board/cogent/Kconfig19
1 files changed, 0 insertions, 19 deletions
diff --git a/board/cogent/Kconfig b/board/cogent/Kconfig
deleted file mode 100644
index 7f34a14..0000000
--- a/board/cogent/Kconfig
+++ /dev/null
@@ -1,19 +0,0 @@
-if TARGET_COGENT_MPC8260
-
-config SYS_BOARD
- default "cogent"
-
-config SYS_CONFIG_NAME
- default "cogent_mpc8260"
-
-endif
-
-if TARGET_COGENT_MPC8XX
-
-config SYS_BOARD
- default "cogent"
-
-config SYS_CONFIG_NAME
- default "cogent_mpc8xx"
-
-endif