summaryrefslogtreecommitdiff
path: root/target/linux/patches
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2017-09-23 11:32:19 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2017-09-23 11:32:19 +0200
commit949733be25ad16626420d3732374881eac104309 (patch)
tree4a86b22b2e0e4f02e74fb8b0f2ff7034d9788ef5 /target/linux/patches
parent4807bb714efe97b630cbf8275f9ba7ac2fca81f2 (diff)
linux: required h8300 patch for edosk2674
Diffstat (limited to 'target/linux/patches')
-rw-r--r--target/linux/patches/4.4.88/h8300.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/target/linux/patches/4.4.88/h8300.patch b/target/linux/patches/4.4.88/h8300.patch
new file mode 100644
index 000000000..1f9328df3
--- /dev/null
+++ b/target/linux/patches/4.4.88/h8300.patch
@@ -0,0 +1,12 @@
+diff -Nur linux-4.4.88.orig/arch/h8300/Kconfig.cpu linux-4.4.88/arch/h8300/Kconfig.cpu
+--- linux-4.4.88.orig/arch/h8300/Kconfig.cpu 2017-09-13 23:10:05.000000000 +0200
++++ linux-4.4.88/arch/h8300/Kconfig.cpu 2017-09-17 21:15:32.584654434 +0200
+@@ -96,4 +96,8 @@
+ hex "Load offset"
+ default 0
+
++config RAMBASE
++ hex "RAM base address"
++ default 0x400000
++
+ endmenu