mirror of https://github.com/OpenIPC/firmware.git
[XM530] Fix initscript
parent
66c44fa0d3
commit
a9c32c9bb2
|
@ -5,8 +5,10 @@
|
||||||
# default : rmmod all moules and then insmod them
|
# default : rmmod all moules and then insmod them
|
||||||
#
|
#
|
||||||
|
|
||||||
MEM_ALL=64
|
chipid=$(ipcinfo --chip_id)
|
||||||
#MEM_ALL=128
|
|
||||||
|
[ "${chipid}" == "xm550" ] && MEM_ALL=128 || MEM_ALL=64
|
||||||
|
|
||||||
MEM_START=0x800
|
MEM_START=0x800
|
||||||
MEM_SAMALL_LIN=0x1
|
MEM_SAMALL_LIN=0x1
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue