All of lore.kernel.org
 help / color / mirror / Atom feed
From: Minkyu Kang <mk7.kang@samsung.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 2/5] ARM: Exynos5250: remove redundant defines in exynos5250-dt.h
Date: Thu, 05 Dec 2013 17:07:04 +0900	[thread overview]
Message-ID: <52A03428.1030502@samsung.com> (raw)
In-Reply-To: <1380105759-9687-3-git-send-email-andre.przywara@linaro.org>

On 25/09/13 19:42, Andre Przywara wrote:
> For some reasons the very same defines appear twice in
> exynos5250-dt.h. Remove the second version.
> 
> Signed-off-by: Andre Przywara <andre.przywara@linaro.org>
> ---
>  include/configs/exynos5250-dt.h | 21 ---------------------
>  1 file changed, 21 deletions(-)
> 
> diff --git a/include/configs/exynos5250-dt.h b/include/configs/exynos5250-dt.h
> index 14d62e4..c8c4b35 100644
> --- a/include/configs/exynos5250-dt.h
> +++ b/include/configs/exynos5250-dt.h
> @@ -284,27 +284,6 @@
>  #define CONFIG_POWER_I2C
>  #define CONFIG_POWER_MAX77686
>  
> -/* SPI */
> -#define CONFIG_ENV_IS_IN_SPI_FLASH
> -#define CONFIG_SPI_FLASH
> -
> -#ifdef CONFIG_SPI_FLASH
> -#define CONFIG_EXYNOS_SPI
> -#define CONFIG_CMD_SF
> -#define CONFIG_CMD_SPI
> -#define CONFIG_SPI_FLASH_WINBOND
> -#define CONFIG_SF_DEFAULT_MODE		SPI_MODE_0
> -#define CONFIG_SF_DEFAULT_SPEED		50000000
> -#define EXYNOS5_SPI_NUM_CONTROLLERS	5
> -#endif
> -
> -#ifdef CONFIG_ENV_IS_IN_SPI_FLASH
> -#define CONFIG_ENV_SPI_MODE	SPI_MODE_0
> -#define CONFIG_ENV_SECT_SIZE	CONFIG_ENV_SIZE
> -#define CONFIG_ENV_SPI_BUS	1
> -#define CONFIG_ENV_SPI_MAX_HZ	50000000
> -#endif
> -
>  /* Ethernet Controllor Driver */
>  #ifdef CONFIG_CMD_NET
>  #define CONFIG_SMC911X
> 

Same patch is applied to u-boot-samsung.

commit 31e0bd6974cbaca15e15f400acf1d7499e86fe17
Author: Luka Perkov <luka@openwrt.org>
Date:   Mon Nov 4 02:12:00 2013 +0100

    config: arm: exynos5250: remove duplicate defines
    
    The SPI section is already defined in this file (lines 268-288) so we can
    remove the duplicate definitions. While at it, also fix one tiny whitespace
    typo.
    
    Signed-off-by: Luka Perkov <luka@openwrt.org>
    Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>

Thanks,
Minkyu Kang.

  reply	other threads:[~2013-12-05  8:07 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-09-25 10:42 [U-Boot] [PATCH 0/5] ARM: Exynos5250: consolidate configuration files Andre Przywara
2013-09-25 10:42 ` [U-Boot] [PATCH 1/5] ARM: Exynos5250: rename obsoleted CONFIG_PMIC defines Andre Przywara
2013-09-25 10:42 ` [U-Boot] [PATCH 2/5] ARM: Exynos5250: remove redundant defines in exynos5250-dt.h Andre Przywara
2013-12-05  8:07   ` Minkyu Kang [this message]
2013-09-25 10:42 ` [U-Boot] [PATCH 3/5] ARM: Exynos5250: move feature defines out of generic config file Andre Przywara
2013-12-05  8:08   ` Minkyu Kang
2013-12-05 10:44     ` Rajeshwari Birje
2013-12-05 10:50       ` Andre Przywara
2013-09-25 10:42 ` [U-Boot] [PATCH 4/5] ARM: snow: move defines for Chromebook embedded controller Andre Przywara
2013-09-25 10:42 ` [U-Boot] [PATCH 5/5] ARM: Arndale: include generic exynos5250-dt.h in arndale.h Andre Przywara
2013-10-08 17:22 ` [U-Boot] [PATCH 0/5] ARM: Exynos5250: consolidate configuration files Simon Glass

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=52A03428.1030502@samsung.com \
    --to=mk7.kang@samsung.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.