aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/jetway/Kconfig
diff options
context:
space:
mode:
authorVladimir Serbinenko <phcoder@gmail.com>2014-01-18 23:29:55 +0100
committerVladimir Serbinenko <phcoder@gmail.com>2014-01-19 00:18:05 +0100
commit2cb9685860d634c66988c4d45b7a696e6e2b42a8 (patch)
tree893385ca58d69bd2fb53f77471c5e8e031ae0ac8 /src/mainboard/jetway/Kconfig
parentfb0710889491fc814d4d2b3a5ef0413fbc5f960d (diff)
jetway/j7f24: Rename to jetway/j7f2.
Original actually meant j7f[24] which without square brackets became confusing. There is no such board as j7f24. This is a prerequisite to adding j7f4* as cloned boards Change-Id: Ia7708b13ac4141ef788183c7817fce1366919936 Signed-off-by: Vladimir Serbinenko <phcoder@gmail.com> Reviewed-on: http://review.coreboot.org/4728 Reviewed-by: Alexandru Gagniuc <mr.nuke.me@gmail.com> Tested-by: build bot (Jenkins)
Diffstat (limited to 'src/mainboard/jetway/Kconfig')
-rw-r--r--src/mainboard/jetway/Kconfig6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mainboard/jetway/Kconfig b/src/mainboard/jetway/Kconfig
index 80236650ab..ff8fa97db8 100644
--- a/src/mainboard/jetway/Kconfig
+++ b/src/mainboard/jetway/Kconfig
@@ -3,14 +3,14 @@ if VENDOR_JETWAY
choice
prompt "Mainboard model"
-config BOARD_JETWAY_J7F24
- bool "J7F24"
+config BOARD_JETWAY_J7F2
+ bool "J7F2"
config BOARD_JETWAY_PA78VM5
bool "PA78VM5 (Fam10)"
endchoice
-source "src/mainboard/jetway/j7f24/Kconfig"
+source "src/mainboard/jetway/j7f2/Kconfig"
source "src/mainboard/jetway/pa78vm5/Kconfig"
config MAINBOARD_VENDOR