[LEDE-DEV] [PATCH 1/6] at91bootstrap: fix name of sama5d4_xplainednf_uboot

Hauke Mehrtens hauke at hauke-m.de
Mon Jan 8 14:58:35 PST 2018


The default configuration file for sama5d4_xplainednf_uboot does not
exist, but a default configuration file for
sama5d4_xplainednf_uboot_secure exists, fix the name.

Fixes: 670448a002 ("at91bootstrap: New package at91bootstrap")
Signed-off-by: Hauke Mehrtens <hauke at hauke-m.de>
---
 package/boot/at91bootstrap/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/boot/at91bootstrap/Makefile b/package/boot/at91bootstrap/Makefile
index 4571fedc04..a0b0594fb2 100644
--- a/package/boot/at91bootstrap/Makefile
+++ b/package/boot/at91bootstrap/Makefile
@@ -58,7 +58,7 @@ define at91bootstrap/sama5d3_xplainedsd_uboot
   BUILD_DEVICES:=at91-sama5d3_xplained
 endef
 
-define at91bootstrap/sama5d4_xplainednf_uboot
+define at91bootstrap/sama5d4_xplainednf_uboot_secure
   TITLE:=AT91Bootstrap for the SAMA5D4 Xplained board (Nand Flash)
   BUILD_SUBTARGET:=sama5
   BUILD_DEVICES:=at91-sama5d4_xplained
-- 
2.11.0




More information about the Lede-dev mailing list