From: Thomas Weber <thomas.weber.linux@googlemail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v4 1/5] ARM:AM33XX: Replace CONFIG_AM335X with CONFIG_AM33XX
Date: Wed, 11 Jan 2012 08:14:00 +0100 [thread overview]
Message-ID: <4F0D36B8.4080906@gmail.com> (raw)
In-Reply-To: <1326177539-19643-2-git-send-email-chandan.nath@ti.com>
Hello Chandan,
On 10.01.2012 07:38, Chandan Nath wrote:
> This patch is added to replace CONFIG_AM335X symbol
> with CONFIG_AM333XX for AM33XX platforms.
>
One 3 in CONFIG_AM333XX too much, but only in description.
It runs on the Beaglebone.
Tested-by: Thomas Weber <weber@corscience.de>
Thanks.
Thomas
> Signed-off-by: Chandan Nath <chandan.nath@ti.com>
> Signed-off-by: Tom Rini <trini@ti.com>
> ---
> Changes since v3:
> - Splitted 1st patch into 3 patches
> - Addressed review comments
>
> Changes since v2:
> - No change
>
> Changes since v1:
> - Changed CONFIG_AM335X to CONFIG_AM33XX
> - Rebased to master branch
>
> Makefile | 2 +-
> arch/arm/include/asm/arch-am33xx/cpu.h | 2 +-
> include/configs/am335x_evm.h | 2 +-
> 3 files changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/Makefile b/Makefile
> index 7e9491d..36246b6 100644
> --- a/Makefile
> +++ b/Makefile
> @@ -294,7 +294,7 @@ LIBS += lib/libfdt/libfdt.o
> LIBS += api/libapi.o
> LIBS += post/libpost.o
>
> -ifneq ($(CONFIG_AM335X)$(CONFIG_OMAP34XX)$(CONFIG_OMAP44XX)$(CONFIG_OMAP54XX),)
> +ifneq ($(CONFIG_AM33XX)$(CONFIG_OMAP34XX)$(CONFIG_OMAP44XX)$(CONFIG_OMAP54XX),)
> LIBS += $(CPUDIR)/omap-common/libomap-common.o
> endif
>
> diff --git a/arch/arm/include/asm/arch-am33xx/cpu.h b/arch/arm/include/asm/arch-am33xx/cpu.h
> index ad9156e..d18750a 100644
> --- a/arch/arm/include/asm/arch-am33xx/cpu.h
> +++ b/arch/arm/include/asm/arch-am33xx/cpu.h
> @@ -51,7 +51,7 @@
> | BIT(3) | BIT(4))
>
> /* Reset control */
> -#ifdef CONFIG_AM335X
> +#ifdef CONFIG_AM33XX
> #define PRM_RSTCTRL 0x44E00F00
> #endif
> #define PRM_RSTCTRL_RESET 0x01
> diff --git a/include/configs/am335x_evm.h b/include/configs/am335x_evm.h
> index 26a3c96..f737094 100644
> --- a/include/configs/am335x_evm.h
> +++ b/include/configs/am335x_evm.h
> @@ -16,7 +16,7 @@
> #ifndef __CONFIG_AM335X_EVM_H
> #define __CONFIG_AM335X_EVM_H
>
> -#define CONFIG_AM335X
> +#define CONFIG_AM33XX
> #define CONFIG_CMD_MEMORY /* for mtest */
> #undef CONFIG_GZIP
> #undef CONFIG_ZLIB
next prev parent reply other threads:[~2012-01-11 7:14 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-01-10 6:38 [U-Boot] [PATCH v4 0/5] Added SPL support Chandan Nath
2012-01-10 6:38 ` [U-Boot] [PATCH v4 1/5] ARM:AM33XX: Replace CONFIG_AM335X with CONFIG_AM33XX Chandan Nath
2012-01-11 7:14 ` Thomas Weber [this message]
2012-01-10 6:38 ` [U-Boot] [PATCH v4 2/5] ARM:AM33XX: Fix ddr and timer register offset Chandan Nath
2012-01-10 6:38 ` [U-Boot] [PATCH v4 3/5] ARM:AM33XX: Fixing AM335X config parameters Chandan Nath
2012-01-10 6:38 ` [U-Boot] [PATCH v4 4/5] ARM:AM33XX: Add mmc/sd support Chandan Nath
2012-01-10 6:38 ` [U-Boot] [PATCH v4 5/5] ARM:AM33XX: Add SPL support for AM335X EVM Chandan Nath
2012-01-10 7:12 ` Igor Grinberg
2012-01-11 16:04 ` [U-Boot] [PATCH v4 0/5] Added SPL support Tom Rini
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=4F0D36B8.4080906@gmail.com \
--to=thomas.weber.linux@googlemail.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox