All of lore.kernel.org
 help / color / mirror / Atom feed
From: Heiko Stuebner <heiko@sntech.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 1/2] rockchip: rk3188: follow THUMB_BUILD Kconfig migration
Date: Sun, 26 Mar 2017 21:09:54 +0200	[thread overview]
Message-ID: <20170326190955.5800-1-heiko@sntech.de> (raw)

Commit 3a649407a49b ("arm: Migrate SYS_THUMB_BUILD to Kconfig, introduce
SPL_SYS_THUMB_BUILD") moved the THUMB_BUILD symbols from the header to
Kconfig symbols. With it still defined in the rk3188 header we end up
with a duplicate symbol and compile errors, so fix that.

Signed-off-by: Heiko Stuebner <heiko@sntech.de>
---
 include/configs/rk3188_common.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/include/configs/rk3188_common.h b/include/configs/rk3188_common.h
index d7e96ec269..c5e508e4ab 100644
--- a/include/configs/rk3188_common.h
+++ b/include/configs/rk3188_common.h
@@ -18,7 +18,6 @@
 #define CONFIG_SYS_MAXARGS		16
 #define CONFIG_SYS_MALLOC_LEN		(32 << 20)
 #define CONFIG_SYS_CBSIZE		1024
-#define CONFIG_SYS_THUMB_BUILD
 
 #define CONFIG_SYS_TIMER_RATE		(24 * 1000 * 1000)
 #define CONFIG_SYS_TIMER_BASE		0x2000e000 /* TIMER3 */
-- 
2.11.0

             reply	other threads:[~2017-03-26 19:09 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-03-26 19:09 Heiko Stuebner [this message]
2017-03-26 19:09 ` [U-Boot] [PATCH 2/2] rockchip: rk3188: Add Radxa Rock board Heiko Stuebner
2017-04-01  4:22   ` Simon Glass
2017-04-01  4:22 ` [U-Boot] [PATCH 1/2] rockchip: rk3188: follow THUMB_BUILD Kconfig migration Simon Glass
2017-04-02  0:05   ` 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=20170326190955.5800-1-heiko@sntech.de \
    --to=heiko@sntech.de \
    --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.