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)
This commit is contained in:
Vladimir Serbinenko 2014-01-18 23:29:55 +01:00
parent fb07108894
commit 2cb9685860
6 changed files with 7 additions and 8 deletions

View File

@ -3,14 +3,14 @@ if VENDOR_JETWAY
choice choice
prompt "Mainboard model" prompt "Mainboard model"
config BOARD_JETWAY_J7F24 config BOARD_JETWAY_J7F2
bool "J7F24" bool "J7F2"
config BOARD_JETWAY_PA78VM5 config BOARD_JETWAY_PA78VM5
bool "PA78VM5 (Fam10)" bool "PA78VM5 (Fam10)"
endchoice endchoice
source "src/mainboard/jetway/j7f24/Kconfig" source "src/mainboard/jetway/j7f2/Kconfig"
source "src/mainboard/jetway/pa78vm5/Kconfig" source "src/mainboard/jetway/pa78vm5/Kconfig"
config MAINBOARD_VENDOR config MAINBOARD_VENDOR

View File

@ -1,5 +1,4 @@
# FIXME: There is no such board, "J7F24" is probably too generic and/or wrong. if BOARD_JETWAY_J7F2
if BOARD_JETWAY_J7F24
config BOARD_SPECIFIC_OPTIONS # dummy config BOARD_SPECIFIC_OPTIONS # dummy
def_bool y def_bool y
@ -14,14 +13,14 @@ config BOARD_SPECIFIC_OPTIONS # dummy
config MAINBOARD_DIR config MAINBOARD_DIR
string string
default jetway/j7f24 default jetway/j7f2
config MAINBOARD_PART_NUMBER config MAINBOARD_PART_NUMBER
string string
default "J7f24" default "J7f2"
config IRQ_SLOT_COUNT config IRQ_SLOT_COUNT
int int
default 10 default 10
endif # BOARD_JETWAY_J7F24 endif # BOARD_JETWAY_J7F2