diff options
| -rw-r--r-- | board/LaCie/net2big_v2/net2big_v2.c | 2 | ||||
| -rw-r--r-- | board/LaCie/netspace_v2/netspace_v2.c | 2 | ||||
| -rw-r--r-- | board/Marvell/dreamplug/dreamplug.c | 2 | ||||
| -rw-r--r-- | board/Marvell/guruplug/guruplug.c | 2 | ||||
| -rw-r--r-- | board/Marvell/mv88f6281gtw_ge/mv88f6281gtw_ge.c | 2 | ||||
| -rw-r--r-- | board/Marvell/openrd/openrd.c | 2 | ||||
| -rw-r--r-- | board/Marvell/rd6281a/rd6281a.c | 2 | ||||
| -rw-r--r-- | board/Marvell/sheevaplug/sheevaplug.c | 2 | ||||
| -rw-r--r-- | board/Seagate/dockstar/dockstar.c | 2 | ||||
| -rw-r--r-- | board/cloudengines/pogo_e02/pogo_e02.c | 2 | ||||
| -rw-r--r-- | board/d-link/dns325/dns325.c | 2 | ||||
| -rw-r--r-- | board/keymile/km_arm/km_arm.c | 6 | ||||
| -rw-r--r-- | board/raidsonic/ib62x0/ib62x0.c | 2 | 
13 files changed, 15 insertions, 15 deletions
| diff --git a/board/LaCie/net2big_v2/net2big_v2.c b/board/LaCie/net2big_v2/net2big_v2.c index d0b4adffc..0f5e5a5b1 100644 --- a/board/LaCie/net2big_v2/net2big_v2.c +++ b/board/LaCie/net2big_v2/net2big_v2.c @@ -75,7 +75,7 @@ int board_early_init_f(void)  		0  	}; -	kirkwood_mpp_conf(kwmpp_config); +	kirkwood_mpp_conf(kwmpp_config, NULL);  	return 0;  } diff --git a/board/LaCie/netspace_v2/netspace_v2.c b/board/LaCie/netspace_v2/netspace_v2.c index fbf020fde..704005f9f 100644 --- a/board/LaCie/netspace_v2/netspace_v2.c +++ b/board/LaCie/netspace_v2/netspace_v2.c @@ -73,7 +73,7 @@ int board_early_init_f(void)  		MPP33_GPIO,		/* Fan speed (bit 2) */  		0  	}; -	kirkwood_mpp_conf(kwmpp_config); +	kirkwood_mpp_conf(kwmpp_config, NULL);  	return 0;  } diff --git a/board/Marvell/dreamplug/dreamplug.c b/board/Marvell/dreamplug/dreamplug.c index 31b73c98b..d6497aaa0 100644 --- a/board/Marvell/dreamplug/dreamplug.c +++ b/board/Marvell/dreamplug/dreamplug.c @@ -99,7 +99,7 @@ int board_early_init_f(void)  		MPP49_GPIO,		/* Wifi AP LED */  		0  	}; -	kirkwood_mpp_conf(kwmpp_config); +	kirkwood_mpp_conf(kwmpp_config, NULL);  	return 0;  } diff --git a/board/Marvell/guruplug/guruplug.c b/board/Marvell/guruplug/guruplug.c index 057c55868..f5c1c3cfd 100644 --- a/board/Marvell/guruplug/guruplug.c +++ b/board/Marvell/guruplug/guruplug.c @@ -96,7 +96,7 @@ int board_early_init_f(void)  		MPP49_GPIO,	/* B_GLED */  		0  	}; -	kirkwood_mpp_conf(kwmpp_config); +	kirkwood_mpp_conf(kwmpp_config, NULL);  	return 0;  } diff --git a/board/Marvell/mv88f6281gtw_ge/mv88f6281gtw_ge.c b/board/Marvell/mv88f6281gtw_ge/mv88f6281gtw_ge.c index 4c41f3b2e..43852f6b2 100644 --- a/board/Marvell/mv88f6281gtw_ge/mv88f6281gtw_ge.c +++ b/board/Marvell/mv88f6281gtw_ge/mv88f6281gtw_ge.c @@ -98,7 +98,7 @@ int board_early_init_f(void)  		MPP49_GPIO,  		0  	}; -	kirkwood_mpp_conf(kwmpp_config); +	kirkwood_mpp_conf(kwmpp_config, NULL);  	return 0;  } diff --git a/board/Marvell/openrd/openrd.c b/board/Marvell/openrd/openrd.c index 2a10e69fa..d48f05a04 100644 --- a/board/Marvell/openrd/openrd.c +++ b/board/Marvell/openrd/openrd.c @@ -102,7 +102,7 @@ int board_early_init_f(void)  		0  	}; -	kirkwood_mpp_conf(kwmpp_config); +	kirkwood_mpp_conf(kwmpp_config, NULL);  	return 0;  } diff --git a/board/Marvell/rd6281a/rd6281a.c b/board/Marvell/rd6281a/rd6281a.c index 9c768bf59..1fd7677dc 100644 --- a/board/Marvell/rd6281a/rd6281a.c +++ b/board/Marvell/rd6281a/rd6281a.c @@ -97,7 +97,7 @@ int board_early_init_f(void)  		MPP49_GPIO,  		0  	}; -	kirkwood_mpp_conf(kwmpp_config); +	kirkwood_mpp_conf(kwmpp_config, NULL);  	return 0;  } diff --git a/board/Marvell/sheevaplug/sheevaplug.c b/board/Marvell/sheevaplug/sheevaplug.c index 71e679309..688d3086d 100644 --- a/board/Marvell/sheevaplug/sheevaplug.c +++ b/board/Marvell/sheevaplug/sheevaplug.c @@ -96,7 +96,7 @@ int board_early_init_f(void)  		MPP49_GPIO,  		0  	}; -	kirkwood_mpp_conf(kwmpp_config); +	kirkwood_mpp_conf(kwmpp_config, NULL);  	return 0;  } diff --git a/board/Seagate/dockstar/dockstar.c b/board/Seagate/dockstar/dockstar.c index 38473e580..fc88520b2 100644 --- a/board/Seagate/dockstar/dockstar.c +++ b/board/Seagate/dockstar/dockstar.c @@ -100,7 +100,7 @@ int board_early_init_f(void)  		MPP49_GPIO,  		0  	}; -	kirkwood_mpp_conf(kwmpp_config); +	kirkwood_mpp_conf(kwmpp_config, NULL);  	return 0;  } diff --git a/board/cloudengines/pogo_e02/pogo_e02.c b/board/cloudengines/pogo_e02/pogo_e02.c index ff3421d57..bac9ce55a 100644 --- a/board/cloudengines/pogo_e02/pogo_e02.c +++ b/board/cloudengines/pogo_e02/pogo_e02.c @@ -71,7 +71,7 @@ int board_early_init_f(void)  		MPP49_GPIO,	/* LED orange */  		0  	}; -	kirkwood_mpp_conf(kwmpp_config); +	kirkwood_mpp_conf(kwmpp_config, NULL);  	return 0;  } diff --git a/board/d-link/dns325/dns325.c b/board/d-link/dns325/dns325.c index 990d79fe1..11260fe5f 100644 --- a/board/d-link/dns325/dns325.c +++ b/board/d-link/dns325/dns325.c @@ -97,7 +97,7 @@ int board_early_init_f(void)  		MPP49_GPIO,		/* thermal sensor */  		0  	}; -	kirkwood_mpp_conf(kwmpp_config); +	kirkwood_mpp_conf(kwmpp_config, NULL);  	kw_gpio_set_blink(DNS325_GPIO_LED_POWER , 1); diff --git a/board/keymile/km_arm/km_arm.c b/board/keymile/km_arm/km_arm.c index c6c9a7151..ed12b5c5d 100644 --- a/board/keymile/km_arm/km_arm.c +++ b/board/keymile/km_arm/km_arm.c @@ -244,7 +244,7 @@ int board_early_init_f(void)  {  	u32 tmp; -	kirkwood_mpp_conf(kwmpp_config); +	kirkwood_mpp_conf(kwmpp_config, NULL);  	/*  	 * The FLASH_GPIO_PIN switches between using a @@ -299,7 +299,7 @@ int do_spi_toggle(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[])  		kwmpp_config[2] = MPP2_NF_IO4;  		kwmpp_config[3] = MPP3_NF_IO5; -		kirkwood_mpp_conf(kwmpp_config); +		kirkwood_mpp_conf(kwmpp_config, NULL);  		tmp = readl(KW_GPIO0_BASE);  		writel(tmp | FLASH_GPIO_PIN , KW_GPIO0_BASE);  	} else if ((strcmp(argv[1], "on") == 0)) { @@ -310,7 +310,7 @@ int do_spi_toggle(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[])  		kwmpp_config[2] = MPP2_SPI_SCK;  		kwmpp_config[3] = MPP3_SPI_MISO; -		kirkwood_mpp_conf(kwmpp_config); +		kirkwood_mpp_conf(kwmpp_config, NULL);  		tmp = readl(KW_GPIO0_BASE);  		writel(tmp & (~FLASH_GPIO_PIN) , KW_GPIO0_BASE);  	} else { diff --git a/board/raidsonic/ib62x0/ib62x0.c b/board/raidsonic/ib62x0/ib62x0.c index 65f2c2ea6..1164d6bf3 100644 --- a/board/raidsonic/ib62x0/ib62x0.c +++ b/board/raidsonic/ib62x0/ib62x0.c @@ -66,7 +66,7 @@ int board_early_init_f(void)  		MPP29_GPIO,     /* USB Copy button */  		0  	}; -	kirkwood_mpp_conf(kwmpp_config); +	kirkwood_mpp_conf(kwmpp_config, NULL);  	return 0;  } |