brcm63xx: fix invalid Asmax AR 1004g DTS reference
Build profile for Asmax AR 1004g refers to an invalid DTS "rg100a". The correct DTS for this device is "ar1004g". Signed-off-by: Marcin Jurkowski <marcin1j@gmail.com>
This commit is contained in:
parent
92a12c434c
commit
063ee9d0bd
1 changed files with 1 additions and 1 deletions
|
@ -229,7 +229,7 @@ TARGET_DEVICES += RG100A
|
|||
define Device/AR1004G
|
||||
$(Device/bcm63xx)
|
||||
DEVICE_TITLE := Asmax AR 1004g
|
||||
DEVICE_DTS := rg100a
|
||||
DEVICE_DTS := ar1004g
|
||||
CFE_BOARD_ID := 96348GW-10
|
||||
CFE_CHIP_ID := 6348
|
||||
DEVICE_PACKAGES := \
|
||||
|
|
Loading…
Reference in a new issue