Browse Source

brcm63xx: prefix netgear specific device variables with NETGEAR_

Rename BOARD_ID to NETGEAR_BOARD_ID.

Signed-off-by: Jonas Gorski <[email protected]>

SVN-Revision: 46595
Jonas Gorski 10 years ago
parent
commit
79b733264b
1 changed files with 4 additions and 4 deletions
  1. 4 4
      target/linux/brcm63xx/image/Makefile

+ 4 - 4
target/linux/brcm63xx/image/Makefile

@@ -138,7 +138,7 @@ endef
 
 define Build/netgear-chk
 	$(STAGING_DIR_HOST)/bin/mkchkimg -o [email protected] -k $@ \
-	-b $(NETGEAR_ID) -r $(NETGEAR_REGION)
+	-b $(NETGEAR_BOARD_ID) -r $(NETGEAR_REGION)
 	mv [email protected] $@
 endef
 
@@ -257,10 +257,10 @@ define Device/bcm63xxCfeNetgear
   CFE_BOARD_ID :=
   CFE_CHIP_ID :=
   CFE_EXTRAS :=
-  NETGEAR_ID :=
+  NETGEAR_BOARD_ID :=
   NETGEAR_REGION :=
 endef
-DEVICE_VARS += NETGEAR_ID NETGEAR_REGION
+DEVICE_VARS += NETGEAR_BOARD_ID NETGEAR_REGION
 
 # BCM63xx Old CFE devices: both ramdisks and parallel/spi bin images
 # Old versions of CFE bootloader not compatible with imagetag
@@ -415,7 +415,7 @@ define bcm63xxCfeNetgear
     CFE_BOARD_ID := $(4)
     CFE_CHIP_ID := $(5)
     CFE_EXTRAS := $(6)
-    NETGEAR_ID := $(7)
+    NETGEAR_BOARD_ID := $(7)
     NETGEAR_REGION := $(8)
   endef
   TARGET_DEVICES += $(2)