ARM: omap3_logic: Remove SPL_OF_CONTROL and OF_PLATDATA
[platform/kernel/u-boot.git] / scripts / check-config.sh
index 2677584..4848ca6 100755 (executable)
@@ -14,6 +14,9 @@
 # For example:
 #   scripts/check-config.sh b/chromebook_link/u-boot.cfg kconfig_whitelist.txt .
 
+set -e
+set -u
+
 path="$1"
 whitelist="$2"
 srctree="$3"