projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
260c64b
)
xtensa: nommu: fix default memory start address
author
Max Filippov
<jcmvbkbc@gmail.com>
Thu, 24 Sep 2015 20:48:29 +0000
(23:48 +0300)
committer
Max Filippov
<jcmvbkbc@gmail.com>
Mon, 2 Nov 2015 15:03:05 +0000
(18:03 +0300)
RAM starts at 0x60000000 on noMMU cores, not at 0x40000000. Fix the
default.
Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
arch/xtensa/Kconfig
patch
|
blob
|
blame
|
history
diff --git
a/arch/xtensa/Kconfig
b/arch/xtensa/Kconfig
index 3bd3504a6cc768a3a259c22fbf9cc1c739e54e44..366a98139909676e181c679371d1999c0005ffed 100644
(file)
--- a/
arch/xtensa/Kconfig
+++ b/
arch/xtensa/Kconfig
@@
-408,7
+408,7
@@
config DEFAULT_MEM_START
hex "Physical address of the default memory area start"
depends on PLATFORM_WANT_DEFAULT_MEM
default 0x00000000 if MMU
- default 0x
4
0000000 if !MMU
+ default 0x
6
0000000 if !MMU
help
This is a fallback start address of the default memory area, it is
used when no physical memory size is passed through DTB or through