diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2017-09-17 14:45:54 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2017-09-17 14:46:38 +0200 |
commit | 61e50d362c0720a350e16570689132d731c62c31 (patch) | |
tree | 33c891475ea983eba24c6d84c2e228cd935d4d18 /target/linux/patches | |
parent | 5dbd670a639367b96fe1f3b14b1a3a91933ac7bb (diff) |
edosk2674: add RAMBASE patch to 4.13.x
Diffstat (limited to 'target/linux/patches')
-rw-r--r-- | target/linux/patches/4.13.2/h8300.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/target/linux/patches/4.13.2/h8300.patch b/target/linux/patches/4.13.2/h8300.patch new file mode 100644 index 000000000..836a414e5 --- /dev/null +++ b/target/linux/patches/4.13.2/h8300.patch @@ -0,0 +1,12 @@ +diff -Nur linux-4.13.2.orig/arch/h8300/Kconfig.cpu linux-4.13.2/arch/h8300/Kconfig.cpu +--- linux-4.13.2.orig/arch/h8300/Kconfig.cpu 2017-09-13 23:21:49.000000000 +0200 ++++ linux-4.13.2/arch/h8300/Kconfig.cpu 2017-09-16 18:32:15.263759679 +0200 +@@ -96,4 +96,8 @@ + hex "Load offset" + default 0 + ++config RAMBASE ++ hex "RAM base address" ++ default 0x400000 ++ + endmenu |