bcm63xx: nand: order devices alphabetically

Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
master
Álvaro Fernández Rojas 4 years ago
parent 824cb78cf3
commit 82cf488819

@ -46,13 +46,13 @@ define Device/sercomm-nand
endef endef
### Comtrend ### ### Comtrend ###
define Device/comtrend_vr-3032u define Device/comtrend_vg-8050
$(Device/bcm63xx-nand) $(Device/bcm63xx-nand)
DEVICE_VENDOR := Comtrend DEVICE_VENDOR := Comtrend
DEVICE_MODEL := VR-3032u DEVICE_MODEL := VG-8050
CHIP_ID := 63268 CHIP_ID := 63268
SOC := bcm63168 SOC := bcm63169
CFE_RAM_FILE := comtrend,vr-3032u/cferam.000 CFE_RAM_FILE := comtrend,vg-8050/cferam.000
CFE_RAM_JFFS2_NAME := cferam.000 CFE_RAM_JFFS2_NAME := cferam.000
BLOCKSIZE := 128k BLOCKSIZE := 128k
PAGESIZE := 2048 PAGESIZE := 2048
@ -62,15 +62,15 @@ define Device/comtrend_vr-3032u
CFE_WFI_VERSION := 0x5731 CFE_WFI_VERSION := 0x5731
CFE_WFI_FLASH_TYPE := 3 CFE_WFI_FLASH_TYPE := 3
endef endef
TARGET_DEVICES += comtrend_vr-3032u TARGET_DEVICES += comtrend_vg-8050
define Device/comtrend_vg-8050 define Device/comtrend_vr-3032u
$(Device/bcm63xx-nand) $(Device/bcm63xx-nand)
DEVICE_VENDOR := Comtrend DEVICE_VENDOR := Comtrend
DEVICE_MODEL := VG-8050 DEVICE_MODEL := VR-3032u
CHIP_ID := 63268 CHIP_ID := 63268
SOC := bcm63169 SOC := bcm63168
CFE_RAM_FILE := comtrend,vg-8050/cferam.000 CFE_RAM_FILE := comtrend,vr-3032u/cferam.000
CFE_RAM_JFFS2_NAME := cferam.000 CFE_RAM_JFFS2_NAME := cferam.000
BLOCKSIZE := 128k BLOCKSIZE := 128k
PAGESIZE := 2048 PAGESIZE := 2048
@ -80,7 +80,7 @@ define Device/comtrend_vg-8050
CFE_WFI_VERSION := 0x5731 CFE_WFI_VERSION := 0x5731
CFE_WFI_FLASH_TYPE := 3 CFE_WFI_FLASH_TYPE := 3
endef endef
TARGET_DEVICES += comtrend_vg-8050 TARGET_DEVICES += comtrend_vr-3032u
### Huawei ### ### Huawei ###
define Device/huawei_hg253s-v2 define Device/huawei_hg253s-v2

Loading…
Cancel
Save