mirror of https://github.com/OpenIPC/firmware.git
Go from ipctool to ipcinfo
parent
d092b8cc02
commit
e5a9f693a9
|
@ -4,7 +4,7 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
# SoC detect
|
# SoC detect
|
||||||
chipid=$(ipctool --chip_id)
|
chipid=$(ipcinfo --chip_id)
|
||||||
|
|
||||||
# MMZ config
|
# MMZ config
|
||||||
mem_start=0x80000000 # phy mem start
|
mem_start=0x80000000 # phy mem start
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
|
|
||||||
|
|
||||||
# SoC detect
|
# SoC detect
|
||||||
chipid=$(ipctool --chip_id)
|
chipid=$(ipcinfo --chip_id)
|
||||||
|
|
||||||
# MMZ config
|
# MMZ config
|
||||||
mem_start=0x80000000; # phy mem start
|
mem_start=0x80000000; # phy mem start
|
||||||
|
|
Loading…
Reference in New Issue