Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit 1819d0ee authored by Robert Nelson's avatar Robert Nelson
Browse files

sdcard: Fix


Signed-off-by: default avatarRobert Nelson <robertcnelson@gmail.com>
parent 6b7e9c4f
No related merge requests found
...@@ -910,7 +910,7 @@ populate_boot () { ...@@ -910,7 +910,7 @@ populate_boot () {
cp -v "${DIR}/ID.txt" ${TEMPDIR}/disk/ID.txt cp -v "${DIR}/ID.txt" ${TEMPDIR}/disk/ID.txt
fi fi
if [ "x${conf_board}" = "ximx8mqevk_buildroot" ] if [ "x${conf_board}" = "ximx8mqevk_buildroot" ] ; then
touch ${TEMPDIR}/disk/.imx8mq-evk touch ${TEMPDIR}/disk/.imx8mq-evk
fi fi
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment