Commit bab16f99 authored by danh-arm's avatar danh-arm Committed by GitHub
Browse files

Merge pull request #831 from masahir0y/zynqmp

zynqmp: remove RESET_TO_BL31=1 from build instruction
parents 7c202689 4fff02c6
...@@ -12,12 +12,12 @@ BL33 is the non-secure world software (U-Boot, Linux etc). ...@@ -12,12 +12,12 @@ BL33 is the non-secure world software (U-Boot, Linux etc).
To build: To build:
```bash ```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: To build bl32 TSP you have to rebuild bl31 too:
```bash ```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 # ZynqMP platform specific build options
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment