Fix typos in building.sh

pull/50/head
Dmitry Ilyin 2021-08-27 22:42:14 +03:00
parent 2389e91c80
commit d6378df996
1 changed files with 2 additions and 2 deletions

View File

@ -63,7 +63,7 @@ fh8856() {
#################################################################################
hi3516av300() {
soc="hi3516av100"
soc="hi3516av300"
fresh && make PLATFORM=hisilicon BOARD=unknown_unknown_${soc}_openipc all && rename
}
@ -88,7 +88,7 @@ hi3516cv500() {
}
hi3516dv300() {
soc="hi3516dv500"
soc="hi3516dv300"
fresh && make PLATFORM=hisilicon BOARD=unknown_unknown_${soc}_openipc all && rename
}