From c54e4c9107379e6122fb070edcee638256bb9bda Mon Sep 17 00:00:00 2001 From: Steffen Trumtrar Date: Fri, 11 Jun 2021 10:02:33 +0200 Subject: scripts: socfpga_import_preloader: make sdk optional The commit a9b2e6089d82686564220013f14e9f0ffcc725e2 allowed generating everything needed in one step. This was however a bit too ambitious. The script now requires that the Altera Embedded SDK is always installed. There are situations where this is unwanted. Beef up the code a little bit to allow having the SDK as an optional argument and make the other input parameters location independent. Signed-off-by: Steffen Trumtrar Link: https://lore.barebox.org/20210611080233.15141-1-s.trumtrar@pengutronix.de Signed-off-by: Sascha Hauer --- Documentation/boards/socfpga.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Documentation') diff --git a/Documentation/boards/socfpga.rst b/Documentation/boards/socfpga.rst index 19d6060300..7e7f0619ea 100644 --- a/Documentation/boards/socfpga.rst +++ b/Documentation/boards/socfpga.rst @@ -121,7 +121,7 @@ Now run the command: .. code-block:: sh - scripts/socfpga_import_preloader + scripts/socfpga_import_preloader -e -i -b where `` is the directory where the bsp-editor generated the files, `` is the directory where Quartus generated the handoff files, and -- cgit v1.2.3