From: Waldemar Brodkorb <wbx@openadk.org>
To: linux-kernel@vger.kernel.org
Cc: Yoshinori Sato <ysato@users.sourceforge.jp>
Subject: [PATCH] h8300: fix defconfig for edosk2674
Date: Sun, 1 Oct 2017 20:24:49 +0200 [thread overview]
Message-ID: <20171001182449.GA22247@waldemar-brodkorb.de> (raw)
This patch is required to create an uImage which
boot on Hitachi edosk2674 into a shell. (tested with sash)
The patch was tested with 4.4/4.9 LTS kernel. It seems >4.13
contains a regression, which does not allow to boot Linux on
the device anymore.
Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
---
arch/h8300/Kconfig.cpu | 4 ++++
arch/h8300/configs/edosk2674_defconfig | 2 +-
2 files changed, 5 insertions(+), 1 deletion(-)
diff --git a/arch/h8300/Kconfig.cpu b/arch/h8300/Kconfig.cpu
index 8d0ff20c749a..1d2ccd1ad556 100644
--- a/arch/h8300/Kconfig.cpu
+++ b/arch/h8300/Kconfig.cpu
@@ -96,4 +96,8 @@ config OFFSET
hex "Load offset"
default 0
+config RAMBASE
+ hex "RAM base address"
+ default 0x400000
+
endmenu
diff --git a/arch/h8300/configs/edosk2674_defconfig b/arch/h8300/configs/edosk2674_defconfig
index 29fda12d5da9..0cc040040292 100644
--- a/arch/h8300/configs/edosk2674_defconfig
+++ b/arch/h8300/configs/edosk2674_defconfig
@@ -18,7 +18,7 @@ CONFIG_EMBEDDED=y
CONFIG_SLOB=y
# CONFIG_BLOCK is not set
CONFIG_H8S_SIM=y
-CONFIG_H8300_BUILTIN_DTB="h8s_sim"
+CONFIG_H8300_BUILTIN_DTB="edosk2674"
# CONFIG_BINFMT_SCRIPT is not set
CONFIG_BINFMT_FLAT=y
# CONFIG_COREDUMP is not set
--
2.11.0
reply other threads:[~2017-10-01 18:32 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=20171001182449.GA22247@waldemar-brodkorb.de \
--to=wbx@openadk.org \
--cc=linux-kernel@vger.kernel.org \
--cc=ysato@users.sourceforge.jp \
/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
Powered by JetHome