aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/iei/rocky-512
diff options
context:
space:
mode:
authorVladimir Serbinenko <phcoder@gmail.com>2014-01-18 22:59:15 +0100
committerVladimir Serbinenko <phcoder@gmail.com>2014-01-18 23:56:37 +0100
commitf16d9c6bcc6341829b47ad138249e916ccdc8549 (patch)
treecbf579ec61e125db655859c827d0e5032ea1a701 /src/mainboard/iei/rocky-512
parente66548d010d70c70d9894a24d4fb14f29c781f14 (diff)
iei/rocky-512: Add it as an explicit clone of juki-511p.
Change-Id: I87e2768de6728658a87729998648514824d79fd6 Signed-off-by: Vladimir Serbinenko <phcoder@gmail.com> Reviewed-on: http://review.coreboot.org/4726 Reviewed-by: Alexandru Gagniuc <mr.nuke.me@gmail.com> Tested-by: build bot (Jenkins)
Diffstat (limited to 'src/mainboard/iei/rocky-512')
-rw-r--r--src/mainboard/iei/rocky-512/Kconfig10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/mainboard/iei/rocky-512/Kconfig b/src/mainboard/iei/rocky-512/Kconfig
new file mode 100644
index 0000000000..0d6ac386ba
--- /dev/null
+++ b/src/mainboard/iei/rocky-512/Kconfig
@@ -0,0 +1,10 @@
+if BOARD_IEI_ROCKY_512
+
+# Dummy for abuild
+#select ARCH_X86
+
+config MAINBOARD_PART_NUMBER
+ string
+ default "ROCKY-512"
+
+endif