brcm2708-bcm2710: add manifest_alias for raspberry-pi-3-model-b-rev-1.2

This commit is contained in:
Manu.WTF 2020-02-02 20:41:55 +01:00 committed by Dark4MD
parent 9a75e2c05b
commit 40ec997641
1 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
include 'brcm2708.inc'
device('raspberry-pi-3', 'rpi-3')
device('raspberry-pi-3', 'rpi-3', {
manifest_aliases = {
'raspberry-pi-3-model-b-rev-1.2',
},
})