From: Minkyu Kang <mk7.kang@samsung.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v2] CONFIG: EXYNOS5: Replace misnomer SMDK5250 with EXYNOS5250 and update Makefiles
Date: Wed, 28 Aug 2013 10:20:14 +0900 [thread overview]
Message-ID: <521D504E.40801@samsung.com> (raw)
In-Reply-To: <1374757132-19427-1-git-send-email-inderpal.singh@linaro.org>
On 25/07/13 21:58, Inderpal Singh wrote:
> From: Chander Kashyap <chander.kashyap@linaro.org>
>
> Update the Makefiles so that all boards can use the same spl generation tool
>
> Signed-off-by: Inderpal Singh <inderpal.singh@linaro.org>
> Acked-by: Simon Glass <sjg@chromium.org>
> ---
> changes in v2:
> - Rebased to latest u-boot-samsung master branch
>
> Makefile | 2 +-
> include/configs/exynos5250-dt.h | 2 +-
> tools/Makefile | 4 ++--
> 3 files changed, 4 insertions(+), 4 deletions(-)
>
> diff --git a/Makefile b/Makefile
> index 4218226..51b02cd 100644
> --- a/Makefile
> +++ b/Makefile
> @@ -829,7 +829,7 @@ clean:
> $(obj)tools/gdb/{astest,gdbcont,gdbsend} \
> $(obj)tools/gen_eth_addr $(obj)tools/img2srec \
> $(obj)tools/mk{env,}image $(obj)tools/mpc86x_clk \
> - $(obj)tools/mk{smdk5250,}spl \
> + $(obj)tools/mk{$(BOARD),}spl \
> $(obj)tools/mxsboot \
> $(obj)tools/ncb $(obj)tools/ubsha1 \
> $(obj)tools/kernel-doc/docproc \
> diff --git a/include/configs/exynos5250-dt.h b/include/configs/exynos5250-dt.h
> index 582c584..332a579 100644
> --- a/include/configs/exynos5250-dt.h
> +++ b/include/configs/exynos5250-dt.h
> @@ -29,7 +29,7 @@
> #define CONFIG_SAMSUNG /* in a SAMSUNG core */
> #define CONFIG_S5P /* S5P Family */
> #define CONFIG_EXYNOS5 /* which is in a Exynos5 Family */
> -#define CONFIG_SMDK5250 /* which is in a SMDK5250 */
> +#define CONFIG_EXYNOS5250
>
> #include <asm/arch/cpu.h> /* get chip and board defs */
>
> diff --git a/tools/Makefile b/tools/Makefile
> index 46159b2..519b239 100644
> --- a/tools/Makefile
> +++ b/tools/Makefile
> @@ -68,7 +68,7 @@ BIN_FILES-$(CONFIG_CMD_LOADS) += img2srec$(SFX)
> BIN_FILES-$(CONFIG_XWAY_SWAP_BYTES) += xway-swap-bytes$(SFX)
> BIN_FILES-y += mkenvimage$(SFX)
> BIN_FILES-y += mkimage$(SFX)
> -BIN_FILES-$(CONFIG_SMDK5250) += mksmdk5250spl$(SFX)
> +BIN_FILES-$(CONFIG_EXYNOS5250) += mk$(BOARD)spl$(SFX)
> BIN_FILES-$(CONFIG_MX23) += mxsboot$(SFX)
> BIN_FILES-$(CONFIG_MX28) += mxsboot$(SFX)
> BIN_FILES-$(CONFIG_NETCONSOLE) += ncb$(SFX)
> @@ -103,7 +103,7 @@ NOPED_OBJ_FILES-y += image-host.o
> NOPED_OBJ_FILES-y += omapimage.o
> NOPED_OBJ_FILES-y += mkenvimage.o
> NOPED_OBJ_FILES-y += mkimage.o
> -OBJ_FILES-$(CONFIG_SMDK5250) += mkexynosspl.o
> +OBJ_FILES-$(CONFIG_EXYNOS5250) += mkexynosspl.o
> OBJ_FILES-$(CONFIG_MX23) += mxsboot.o
> OBJ_FILES-$(CONFIG_MX28) += mxsboot.o
> OBJ_FILES-$(CONFIG_NETCONSOLE) += ncb.o
>
applied to u-boot-samsung.
Thanks,
Minkyu Kang.
prev parent reply other threads:[~2013-08-28 1:20 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-07-25 12:58 [U-Boot] [PATCH v2] CONFIG: EXYNOS5: Replace misnomer SMDK5250 with EXYNOS5250 and update Makefiles Inderpal Singh
2013-08-28 1:20 ` Minkyu Kang [this message]
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=521D504E.40801@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.