[adm5120] fix mach_type for the WP54G-WRT board
authorGabor Juhos <juhosg@openwrt.org>
Wed, 26 Sep 2007 17:58:44 +0000 (17:58 +0000)
committerGabor Juhos <juhosg@openwrt.org>
Wed, 26 Sep 2007 17:58:44 +0000 (17:58 +0000)
SVN-Revision: 9040

target/linux/adm5120/files/arch/mips/adm5120/boards/compex.c

index bcc4ee71defded653f43e54fd4e15ddbe2d30917..d1e2edd02422758bd5ec0c297aa5e69da9a217f0 100644 (file)
@@ -191,7 +191,7 @@ static struct adm5120_board wp54g_board __initdata = {
 };
 
 static struct adm5120_board wp54g_wrt_board __initdata = {
-       .mach_type      = MACH_ADM5120_WP54G,
+       .mach_type      = MACH_ADM5120_WP54G_WRT,
        .name           = "Compex WP54G-WRT",
        .board_setup    = wp54_wrt_setup,
        .board_reset    = wp54_reset,