From ab6fe92c7d1f6b7559202a6a3b1f34a2f6236607 Mon Sep 17 00:00:00 2001 From: Lucas Stach Date: Wed, 30 Jan 2019 16:48:50 +0100 Subject: firmware: imx: remove prebuilt ATF binary The prebuilt ATF binary is in fact a license compliance issue. While the used BSD-3-clause license allows aggregation with the Barebox binary, the chosen license requires us to ship the license text itself for the source distribution and also for the binary form if the built boot image contains the ATF binary. As this is a restriction that only applies to some boot images, depending on the Barebox configuration, it's non-trivial to do proper license compliance from within the Barebox source. Remove the prebuilt binary and rely on the external build system or user to provide the correct binary. Most system build systems already provide a proper way to handle the license dependency issue. Signed-off-by: Lucas Stach Signed-off-by: Sascha Hauer --- firmware/imx/imx8m-bl31.bin | Bin 46744 -> 0 bytes 1 file changed, 0 insertions(+), 0 deletions(-) delete mode 100755 firmware/imx/imx8m-bl31.bin (limited to 'firmware') diff --git a/firmware/imx/imx8m-bl31.bin b/firmware/imx/imx8m-bl31.bin deleted file mode 100755 index b2310e4334..0000000000 Binary files a/firmware/imx/imx8m-bl31.bin and /dev/null differ -- cgit v1.2.3