File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ case $board in
106106 export ARCH=arm64
107107 export CROSS_COMPILE=${CCACHE} aarch64-linux-gnu-
108108
109- if [[ " $device " =~ (emmc| spi-nand| spi-nor) ]]; then
109+ if [[ " $device " =~ (emmc| spi-nand| spi-nor| ram ) ]]; then
110110 dev=emmc
111111 else
112112 dev=$device
@@ -130,7 +130,7 @@ case $board in
130130 export ARCH=arm64
131131 export CROSS_COMPILE=${CCACHE} aarch64-linux-gnu-
132132
133- if [[ " $device " =~ (emmc| spi-nand| spi-nor) ]]; then
133+ if [[ " $device " =~ (emmc| spi-nand| spi-nor| ram ) ]]; then
134134 dev=emmc
135135 else
136136 dev=$device
@@ -156,7 +156,7 @@ case $board in
156156 export ARCH=arm64
157157 export CROSS_COMPILE=${CCACHE} aarch64-linux-gnu-
158158
159- if [[ " $device " =~ (emmc| spi-nand| spi-nor) ]]; then
159+ if [[ " $device " =~ (emmc| spi-nand| spi-nor| ram ) ]]; then
160160 dev=emmc
161161 else
162162 dev=$device
You can’t perform that action at this time.
0 commit comments