From: Michal Simek Date: Thu, 12 Jan 2017 07:27:33 +0000 (+0100) Subject: ARM64: zynqmp: Remove pmufw.bin from source code X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fd58b39cee2fff455533f051d7b82cae81f333a8;p=thirdparty%2Fu-boot.git ARM64: zynqmp: Remove pmufw.bin from source code User should use official pmufw compatible with certain version. Signed-off-by: Michal Simek --- diff --git a/board/xilinx/zynqmp/pmufw.bin b/board/xilinx/zynqmp/pmufw.bin deleted file mode 100755 index 8151a5a0b27..00000000000 Binary files a/board/xilinx/zynqmp/pmufw.bin and /dev/null differ diff --git a/configs/xilinx_zynqmp_zcu102_defconfig b/configs/xilinx_zynqmp_zcu102_defconfig index e273f9adf1a..3c2f8adb89e 100644 --- a/configs/xilinx_zynqmp_zcu102_defconfig +++ b/configs/xilinx_zynqmp_zcu102_defconfig @@ -2,7 +2,6 @@ CONFIG_ARM=y CONFIG_SYS_CONFIG_NAME="xilinx_zynqmp_zcu102" CONFIG_ARCH_ZYNQMP=y CONFIG_SYS_MALLOC_F_LEN=0x8000 -CONFIG_PMUFW_INIT_FILE="board/xilinx/zynqmp/pmufw.bin" CONFIG_ZYNQMP_QSPI=y CONFIG_ZYNQMP_USB=y CONFIG_IDENT_STRING=" Xilinx ZynqMP ZCU102"