Browse Source

at91bootstrap: remove redundant definition of BUILD_SUBTARGET

It is sufficient to define this in AT91Bootstrap/Default as this is not
used for all.

Signed-off-by: Hauke Mehrtens <[email protected]>
Hauke Mehrtens 8 năm trước cách đây
mục cha
commit
6fc8a44282

+ 0 - 8
package/boot/at91bootstrap/Makefile

@@ -30,49 +30,41 @@ endef
 
 
 define AT91Bootstrap/sama5d2_xplaineddf_uboot
 define AT91Bootstrap/sama5d2_xplaineddf_uboot
   TITLE:=AT91Bootstrap for SAMA5D2 Xplained board (SPI Flash)
   TITLE:=AT91Bootstrap for SAMA5D2 Xplained board (SPI Flash)
-  BUILD_SUBTARGET:=sama5
   BUILD_DEVICES:=at91-sama5d2_xplained
   BUILD_DEVICES:=at91-sama5d2_xplained
 endef
 endef
 
 
 define AT91Bootstrap/sama5d2_xplaineddf_qspi_uboot
 define AT91Bootstrap/sama5d2_xplaineddf_qspi_uboot
   TITLE:=AT91Bootstrap for SAMA5D2 Xplained board (QSPI Flash)
   TITLE:=AT91Bootstrap for SAMA5D2 Xplained board (QSPI Flash)
-  BUILD_SUBTARGET:=sama5
   BUILD_DEVICES:=at91-sama5d2_xplained
   BUILD_DEVICES:=at91-sama5d2_xplained
 endef
 endef
 
 
 define AT91Bootstrap/sama5d2_xplainedsd_uboot
 define AT91Bootstrap/sama5d2_xplainedsd_uboot
   TITLE:=AT91Bootstrap for SAMA5D2 Xplained board (SDcard/EMMC)
   TITLE:=AT91Bootstrap for SAMA5D2 Xplained board (SDcard/EMMC)
-  BUILD_SUBTARGET:=sama5
   BUILD_DEVICES:=at91-sama5d2_xplained
   BUILD_DEVICES:=at91-sama5d2_xplained
 endef
 endef
 
 
 define AT91Bootstrap/sama5d3_xplainednf_uboot
 define AT91Bootstrap/sama5d3_xplainednf_uboot
   TITLE:=AT91Bootstrap for SAMA5D3 Xplained board (Nand Flash)
   TITLE:=AT91Bootstrap for SAMA5D3 Xplained board (Nand Flash)
-  BUILD_SUBTARGET:=sama5
   BUILD_DEVICES:=at91-sama5d3_xplained
   BUILD_DEVICES:=at91-sama5d3_xplained
 endef
 endef
 
 
 define AT91Bootstrap/sama5d3_xplainedsd_uboot
 define AT91Bootstrap/sama5d3_xplainedsd_uboot
   TITLE:=AT91Bootstrap for SAMA5D3 Xplained board (SDcard)
   TITLE:=AT91Bootstrap for SAMA5D3 Xplained board (SDcard)
-  BUILD_SUBTARGET:=sama5
   BUILD_DEVICES:=at91-sama5d3_xplained
   BUILD_DEVICES:=at91-sama5d3_xplained
 endef
 endef
 
 
 define AT91Bootstrap/sama5d4_xplainednf_uboot_secure
 define AT91Bootstrap/sama5d4_xplainednf_uboot_secure
   TITLE:=AT91Bootstrap for SAMA5D4 Xplained board (Nand Flash)
   TITLE:=AT91Bootstrap for SAMA5D4 Xplained board (Nand Flash)
-  BUILD_SUBTARGET:=sama5
   BUILD_DEVICES:=at91-sama5d4_xplained
   BUILD_DEVICES:=at91-sama5d4_xplained
 endef
 endef
 
 
 define AT91Bootstrap/sama5d4_xplaineddf_uboot_secure
 define AT91Bootstrap/sama5d4_xplaineddf_uboot_secure
   TITLE:=AT91Bootstrap for SAMA5D4 Xplained board (SPI Flash)
   TITLE:=AT91Bootstrap for SAMA5D4 Xplained board (SPI Flash)
-  BUILD_SUBTARGET:=sama5
   BUILD_DEVICES:=at91-sama5d4_xplained
   BUILD_DEVICES:=at91-sama5d4_xplained
 endef
 endef
 
 
 define AT91Bootstrap/sama5d4_xplainedsd_uboot_secure
 define AT91Bootstrap/sama5d4_xplainedsd_uboot_secure
   TITLE:=AT91Bootstrap for SAMA5D4 Xplained board (SDcard)
   TITLE:=AT91Bootstrap for SAMA5D4 Xplained board (SDcard)
-  BUILD_SUBTARGET:=sama5
   BUILD_DEVICES:=at91-sama5d4_xplained
   BUILD_DEVICES:=at91-sama5d4_xplained
 endef
 endef