diff mbox series

[LEDE-DEV,1/2] at91bootstrap: Add BUILD_SUBTARGET variable

Message ID fdfd66e46542932646da7f44ad5ff933a70cfdb3.1507049092.git.sandeepsheriker.mallikarjun@microchip.com
State Accepted
Delegated to: Hauke Mehrtens
Headers show
Series at91bootstrap: fix kconfig and bin install | expand

Commit Message

Sandeep Sheriker Oct. 4, 2017, 11:14 p.m. UTC
Added sama5 to BUILD_SUBTARGET variable.This will populate at91bootstrap
menu options in bootloader menu only when SAMA5 devices are selected as
SUBTARGET and to avoid showing up this menu when legacy device is
selected as SUBTARGET and fixed typo mistake: sama5d3 -> sama5d2.

Signed-off-by: Sandeep Sheriker Mallikarjun <sandeepsheriker.mallikarjun@microchip.com>
---
 package/boot/at91bootstrap/Makefile | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)
diff mbox series

Patch

diff --git a/package/boot/at91bootstrap/Makefile b/package/boot/at91bootstrap/Makefile
index ae60fad..4571fed 100644
--- a/package/boot/at91bootstrap/Makefile
+++ b/package/boot/at91bootstrap/Makefile
@@ -24,13 +24,14 @@  include $(INCLUDE_DIR)/package.mk
 
 define AT91Bootstrap/Default
   BUILD_TARGET:=at91
+  BUILD_SUBTARGET:=sama5
   AT91BOOTSTRAP_IMAGE:=at91bootstrap.bin
 endef
 
 define at91bootstrap/sama5d2_xplaineddf_uboot
-  TITLE:=AT91Bootstrap for the SAMA5D3 Xplained board (SPI Flash)
+  TITLE:=AT91Bootstrap for the SAMA5D2 Xplained board (SPI Flash)
   BUILD_SUBTARGET:=sama5
-  BUILD_DEVICES:=at91-sama5d3_xplained
+  BUILD_DEVICES:=at91-sama5d2_xplained
 endef
 
 define at91bootstrap/sama5d2_xplaineddf_qspi_uboot