git.openpandora.org
/
pandora-u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a253092
)
arm64: zynqmp: Change bl2_plat_get_bl31_params() guarding
author
Michal Simek
<michal.simek@xilinx.com>
Thu, 3 Sep 2020 08:47:49 +0000
(10:47 +0200)
committer
Michal Simek
<michal.simek@xilinx.com>
Wed, 23 Sep 2020 08:31:40 +0000
(10:31 +0200)
It was protected just for SPL_OS_BOOT but this function is only called when
SPL_ATF is enabled that's why change macro name.
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
arch/arm/mach-zynqmp/handoff.c
patch
|
blob
|
history
diff --git
a/arch/arm/mach-zynqmp/handoff.c
b/arch/arm/mach-zynqmp/handoff.c
index
64e5320
..
7d7ab9d
100644
(file)
--- a/
arch/arm/mach-zynqmp/handoff.c
+++ b/
arch/arm/mach-zynqmp/handoff.c
@@
-65,7
+65,7
@@
struct xfsbl_atf_handoff_params {
struct xfsbl_partition partition[FSBL_MAX_PARTITIONS];
};
-#ifdef CONFIG_SPL_
OS_BOOT
+#ifdef CONFIG_SPL_
ATF
struct bl31_params *bl2_plat_get_bl31_params(uintptr_t bl32_entry,
uintptr_t bl33_entry,
uintptr_t fdt_addr)