projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c85a6b7
)
arm64: zynqmp: Enable config DEFINE_TCM_OCM_MMAP if CONFIG_MP defined
author
Siva Durga Prasad Paladugu
<
[email protected]
>
Tue, 1 Aug 2017 10:54:50 +0000
(16:24 +0530)
committer
Michal Simek
<
[email protected]
>
Tue, 28 Nov 2017 15:09:01 +0000
(16:09 +0100)
This modifies default value of config DEFINE_TCM_OCM_MMAP
to yes if CONFIG_MP is defined MP supports needs OCM and TCM
part of memory map.
Signed-off-by: Siva Durga Prasad Paladugu <
[email protected]
>
Signed-off-by: Michal Simek <
[email protected]
>
arch/arm/cpu/armv8/zynqmp/Kconfig
patch
|
blob
|
history
diff --git
a/arch/arm/cpu/armv8/zynqmp/Kconfig
b/arch/arm/cpu/armv8/zynqmp/Kconfig
index 7a415830752ce1e762725f55d4b9449f5219c1ea..fb1247c435565659652ece90b3be1c19bec0b071 100644
(file)
--- a/
arch/arm/cpu/armv8/zynqmp/Kconfig
+++ b/
arch/arm/cpu/armv8/zynqmp/Kconfig
@@
-73,6
+73,7
@@
config SYS_MALLOC_F_LEN
config DEFINE_TCM_OCM_MMAP
bool "Define TCM and OCM memory in MMU Table"
+ default y if MP
help
This option if enabled defines the TCM and OCM memory and its
memory attributes in MMU table entry.