Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Arm Trusted Firmware
Commits
bab16f99
Commit
bab16f99
authored
Feb 07, 2017
by
danh-arm
Committed by
GitHub
Feb 07, 2017
Browse files
Merge pull request #831 from masahir0y/zynqmp
zynqmp: remove RESET_TO_BL31=1 from build instruction
parents
7c202689
4fff02c6
Changes
1
Show whitespace changes
Inline
Side-by-side
docs/plat/xilinx-zynqmp.md
View file @
bab16f99
...
...
@@ -12,12 +12,12 @@ BL33 is the non-secure world software (U-Boot, Linux etc).
To build:
```
bash
make
ERROR_DEPRECATED
=
1
RESET_TO_BL31
=
1
CROSS_COMPILE
=
aarch64-none-elf-
PLAT
=
zynqmp bl31
make
ERROR_DEPRECATED
=
1
CROSS_COMPILE
=
aarch64-none-elf-
PLAT
=
zynqmp bl31
```
To build bl32 TSP you have to rebuild bl31 too:
```
bash
make
ERROR_DEPRECATED
=
1
RESET_TO_BL31
=
1
CROSS_COMPILE
=
aarch64-none-elf-
PLAT
=
zynqmp
SPD
=
tspd bl31 bl32
make
ERROR_DEPRECATED
=
1
CROSS_COMPILE
=
aarch64-none-elf-
PLAT
=
zynqmp
SPD
=
tspd bl31 bl32
```
# ZynqMP platform specific build options
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment