[XM530] Fix initscript

pull/320/head
Dmitry Ermakov 2022-08-05 20:05:59 +03:00
parent 66c44fa0d3
commit a9c32c9bb2
1 changed files with 4 additions and 2 deletions

View File

@ -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