|
@@ -56,6 +56,12 @@ config ZYNQMP_USB
|
|
config SYS_MALLOC_F_LEN
|
|
config SYS_MALLOC_F_LEN
|
|
default 0x600
|
|
default 0x600
|
|
|
|
|
|
|
|
+config DEFINE_TCM_OCM_MMAP
|
|
|
|
+ bool "Define TCM and OCM memory in MMU Table"
|
|
|
|
+ help
|
|
|
|
+ This option if enabled defines the TCM and OCM memory and its
|
|
|
|
+ memory attributes in MMU table entry.
|
|
|
|
+
|
|
config SPL_ZYNQMP_ALT_BOOTMODE_ENABLED
|
|
config SPL_ZYNQMP_ALT_BOOTMODE_ENABLED
|
|
bool "Overwrite SPL bootmode"
|
|
bool "Overwrite SPL bootmode"
|
|
depends on SPL
|
|
depends on SPL
|