mirror of https://github.com/OpenIPC/firmware.git
[GK7205v210] Dumb cpu remapping
parent
b90a820cfe
commit
939a7cdcbd
|
@ -4,6 +4,11 @@
|
||||||
# SoC detect
|
# SoC detect
|
||||||
CHIP_TYPE=$(ipcinfo --chip_id)
|
CHIP_TYPE=$(ipcinfo --chip_id)
|
||||||
|
|
||||||
|
# Dumb cpu remapping
|
||||||
|
if [ "$CHIP_TYPE" == "gk7205v210" ]; then
|
||||||
|
CHIP_TYPE=gk7205v200
|
||||||
|
fi
|
||||||
|
|
||||||
# Memory config
|
# Memory config
|
||||||
mem_start=0x40000000 # phy mem start
|
mem_start=0x40000000 # phy mem start
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue