diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2013-09-04 19:18:07 +0200 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2013-09-04 19:18:07 +0200 |
commit | 4d854194f3e60d56d68e82a934d5613c42c1273b (patch) | |
tree | 685c39d2c4452f9208240833b13c25e97c2a2c1f /arch/mips/txx9/generic/setup.c | |
parent | MIPS: Add driver for the built-in PCI controller of the RT3883 SoC (diff) | |
parent | MIPS: powertv: Drop BOOTLOADER_DRIVER Kconfig symbol (diff) | |
download | linux-4d854194f3e60d56d68e82a934d5613c42c1273b.tar.xz linux-4d854194f3e60d56d68e82a934d5613c42c1273b.zip |
Merge branch '3.11-fixes' into mips-for-linux-next
Diffstat (limited to 'arch/mips/txx9/generic/setup.c')
-rw-r--r-- | arch/mips/txx9/generic/setup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/txx9/generic/setup.c b/arch/mips/txx9/generic/setup.c index 681e7f86c080..2b0b83c171e0 100644 --- a/arch/mips/txx9/generic/setup.c +++ b/arch/mips/txx9/generic/setup.c @@ -350,7 +350,7 @@ static void __init select_board(void) } /* select "default" board */ -#ifdef CONFIG_CPU_TX39XX +#ifdef CONFIG_TOSHIBA_JMR3927 txx9_board_vec = &jmr3927_vec; #endif #ifdef CONFIG_CPU_TX49XX |