summaryrefslogtreecommitdiff
path: root/board/amcc/ebony/Kconfig
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2015-10-27 19:09:26 -0400
committerTom Rini <trini@konsulko.com>2015-10-27 19:09:26 -0400
commit174a00d66ea7df08eab2fda234a7bd4f9b924934 (patch)
treee78e0fe1cd2bfbc9804f0572793f9d8db52cee32 /board/amcc/ebony/Kconfig
parent714eec71bb7c0abf44f1a02b8aa99b864e437e62 (diff)
parent29155e735203b28951d0e836f13773defa6e6118 (diff)
downloadu-boot-imx-174a00d66ea7df08eab2fda234a7bd4f9b924934.zip
u-boot-imx-174a00d66ea7df08eab2fda234a7bd4f9b924934.tar.gz
u-boot-imx-174a00d66ea7df08eab2fda234a7bd4f9b924934.tar.bz2
Merge git://www.denx.de/git/u-boot-ppc4xx
Diffstat (limited to 'board/amcc/ebony/Kconfig')
-rw-r--r--board/amcc/ebony/Kconfig16
1 files changed, 0 insertions, 16 deletions
diff --git a/board/amcc/ebony/Kconfig b/board/amcc/ebony/Kconfig
deleted file mode 100644
index ba73148..0000000
--- a/board/amcc/ebony/Kconfig
+++ /dev/null
@@ -1,16 +0,0 @@
-if TARGET_EBONY
-
-config SYS_BOARD
- default "ebony"
-
-config SYS_VENDOR
- default "amcc"
-
-config SYS_CONFIG_NAME
- default "ebony"
-
-config DISPLAY_BOARDINFO
- bool
- default y
-
-endif