]> git.sur5r.net Git - u-boot/commitdiff
arm64: zynqmp: Enable config DEFINE_TCM_OCM_MMAP if CONFIG_MP defined
authorSiva Durga Prasad Paladugu <siva.durga.paladugu@xilinx.com>
Tue, 1 Aug 2017 10:54:50 +0000 (16:24 +0530)
committerMichal Simek <michal.simek@xilinx.com>
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 <sivadur@xilinx.com>
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
arch/arm/cpu/armv8/zynqmp/Kconfig

index 7a415830752ce1e762725f55d4b9449f5219c1ea..fb1247c435565659652ece90b3be1c19bec0b071 100644 (file)
@@ -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.