We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
test
1 parent f8c095b commit 74e004dCopy full SHA for 74e004d
config/bootscripts/boot-generic.cmd.template
@@ -124,15 +124,15 @@ if test "${docker_optimizations}" = "on" ; then
124
setenv bootargs "${bootargs} cgroup_enable=cpuset cgroup_memory=1 cgroup_enable=memory"
125
fi
126
127
-if test "${vendor}" == "allwinner" ; then
+if test "${vendor}" = "allwinner" ; then
128
if test "${disp_mem_reserves}" = "off" ; then
129
setenv bootargs "${bootargs} sunxi_ve_mem_reserve=0 sunxi_g2d_mem_reserve=0 sunxi_fb_mem_reserve=16"
130
131
132
-if test "${vendor}" == "marvell" ; then
+if test "${vendor}" = "marvell" ; then
133
#
134
135
-if test "${vendor}" == "rockchip" ; then
+if test "${vendor}" = "rockchip" ; then
136
137
138
0 commit comments