zynqmp: remove RESET_TO_BL31=1 from build instruction
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Mon, 6 Feb 2017 08:59:58 +0000 (17:59 +0900)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Mon, 6 Feb 2017 08:59:58 +0000 (17:59 +0900)
RESET_TO_BL31=1 is specified by plat/xilinx/zynqmp/platform.mk with
"override" directive.  So, RESET_TO_BL31=1 is guaranteed without any
operation on users' side.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
docs/plat/xilinx-zynqmp.md

index 09546b012a9dc5541fe9dd7a67bf06a15d2f1b45..d2dc8b7633be79cf3009d2c51f632c0eed3e1ff5 100644 (file)
@@ -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