2015-07-20 01:58:40 +08:00
|
|
|
--- a/arch/mips/ath79/setup.c
|
|
|
|
+++ b/arch/mips/ath79/setup.c
|
2015-09-12 00:31:35 +08:00
|
|
|
@@ -236,6 +236,8 @@ void __init plat_time_init(void)
|
2015-07-20 01:58:40 +08:00
|
|
|
mips_hpt_frequency = cpu_clk_rate / 2;
|
|
|
|
}
|
|
|
|
|
|
|
|
+__setup("board=", mips_machtype_setup);
|
|
|
|
+
|
|
|
|
static int __init ath79_setup(void)
|
|
|
|
{
|
|
|
|
ath79_gpio_init();
|