We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f12dc2 commit 1850c93Copy full SHA for 1850c93
1 file changed
.github/workflows/build.yml
@@ -140,18 +140,21 @@ jobs:
140
echo "::group::atf extended"
141
if [ "${RAM8G}" == "true" ]; then
142
echo "extraflags=DDR4_4BG_MODE=1" >> build.conf
143
+ make realclean
144
bash build.sh build
145
bash build.sh rename
146
fi
147
148
# optional special NAND/UBI case
149
if [[ "${BOOT}" =~ nand|nor ]]; then
150
echo "extraflags=UBI=1" >> build.conf
151
152
153
154
155
156
echo "extraflags=UBI=1 DDR4_4BG_MODE=1" >> build.conf
157
158
159
160
0 commit comments