summaryrefslogtreecommitdiff
path: root/examples/imx7_colibri_m4/demo_apps/hello_world_qspi/armgcc/build_release.sh
diff options
context:
space:
mode:
authorStefan Agner <stefan.agner@toradex.com>2016-01-15 16:14:31 -0800
committerStefan Agner <stefan.agner@toradex.com>2016-01-18 16:34:41 -0800
commit4bc779e9e833f2955ff56b550fa8680dce63ed30 (patch)
tree1b63796ef1bde9ddc8d6edf55380a52c37240b00 /examples/imx7_colibri_m4/demo_apps/hello_world_qspi/armgcc/build_release.sh
parent852af2f553451dd8f2d69b3a473cef2d9c422d7f (diff)
imx7_colibri_m4: remove QSPI example
The Colibri iMX7 module does not provide QSPI flash, hence drop the QSPI example.
Diffstat (limited to 'examples/imx7_colibri_m4/demo_apps/hello_world_qspi/armgcc/build_release.sh')
-rwxr-xr-xexamples/imx7_colibri_m4/demo_apps/hello_world_qspi/armgcc/build_release.sh3
1 files changed, 0 insertions, 3 deletions
diff --git a/examples/imx7_colibri_m4/demo_apps/hello_world_qspi/armgcc/build_release.sh b/examples/imx7_colibri_m4/demo_apps/hello_world_qspi/armgcc/build_release.sh
deleted file mode 100755
index 035ce4e..0000000
--- a/examples/imx7_colibri_m4/demo_apps/hello_world_qspi/armgcc/build_release.sh
+++ /dev/null
@@ -1,3 +0,0 @@
-#!/bin/sh
-cmake -DCMAKE_TOOLCHAIN_FILE="../../../../../tools/cmake_toolchain_files/armgcc.cmake" -G "Unix Makefiles" -DCMAKE_BUILD_TYPE=Release .
-make -j4