public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] ARM: exynos5420: removed undefined gpio structure
@ 2014-05-14 10:44 Jaehoon Chung
  2014-05-16  6:52 ` Minkyu Kang
  0 siblings, 1 reply; 2+ messages in thread
From: Jaehoon Chung @ 2014-05-14 10:44 UTC (permalink / raw)
  To: u-boot

It's removed the exynos5_gpio_part1.

Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
---
 board/samsung/smdk5420/smdk5420.c |    3 ---
 1 file changed, 3 deletions(-)

diff --git a/board/samsung/smdk5420/smdk5420.c b/board/samsung/smdk5420/smdk5420.c
index 9207522..183c522 100644
--- a/board/samsung/smdk5420/smdk5420.c
+++ b/board/samsung/smdk5420/smdk5420.c
@@ -42,9 +42,6 @@ int exynos_init(void)
 #ifdef CONFIG_LCD
 void cfg_lcd_gpio(void)
 {
-	struct exynos5_gpio_part1 *gpio1 =
-		(struct exynos5_gpio_part1 *)samsung_get_base_gpio_part1();
-
 	/* For Backlight */
 	gpio_cfg_pin(EXYNOS5420_GPIO_B20, S5P_GPIO_OUTPUT);
 	gpio_set_value(EXYNOS5420_GPIO_B20, 1);
-- 
1.7.9.5

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [U-Boot] [PATCH] ARM: exynos5420: removed undefined gpio structure
  2014-05-14 10:44 [U-Boot] [PATCH] ARM: exynos5420: removed undefined gpio structure Jaehoon Chung
@ 2014-05-16  6:52 ` Minkyu Kang
  0 siblings, 0 replies; 2+ messages in thread
From: Minkyu Kang @ 2014-05-16  6:52 UTC (permalink / raw)
  To: u-boot

On 14/05/14 19:44, Jaehoon Chung wrote:
> It's removed the exynos5_gpio_part1.
> 
> Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
> ---
>  board/samsung/smdk5420/smdk5420.c |    3 ---
>  1 file changed, 3 deletions(-)
> 
> diff --git a/board/samsung/smdk5420/smdk5420.c b/board/samsung/smdk5420/smdk5420.c
> index 9207522..183c522 100644
> --- a/board/samsung/smdk5420/smdk5420.c
> +++ b/board/samsung/smdk5420/smdk5420.c
> @@ -42,9 +42,6 @@ int exynos_init(void)
>  #ifdef CONFIG_LCD
>  void cfg_lcd_gpio(void)
>  {
> -	struct exynos5_gpio_part1 *gpio1 =
> -		(struct exynos5_gpio_part1 *)samsung_get_base_gpio_part1();
> -
>  	/* For Backlight */
>  	gpio_cfg_pin(EXYNOS5420_GPIO_B20, S5P_GPIO_OUTPUT);
>  	gpio_set_value(EXYNOS5420_GPIO_B20, 1);
> 

applied to u-boot-samsung.

Thanks,
Minkyu Kang.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-05-16  6:52 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-14 10:44 [U-Boot] [PATCH] ARM: exynos5420: removed undefined gpio structure Jaehoon Chung
2014-05-16  6:52 ` Minkyu Kang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox