summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2012-11-30 09:25:56 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2012-12-05 17:36:44 +0100
commita33bbd9f2aca24422f9cc178052a0988532f0be7 (patch)
tree3595b67ff3ab5221737a6e296f3d096f2b3445ff
parent336fef985416325d9d8bba679408107e18f7025d (diff)
downloadOSELAS.Toolchain-a33bbd9f2aca24422f9cc178052a0988532f0be7.tar.gz
OSELAS.Toolchain-a33bbd9f2aca24422f9cc178052a0988532f0be7.tar.xz
fixup_ptxconfigs: for updating the config files
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
-rwxr-xr-xfixup_ptxconfigs.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/fixup_ptxconfigs.sh b/fixup_ptxconfigs.sh
index bea4d2f..ae9cee1 100755
--- a/fixup_ptxconfigs.sh
+++ b/fixup_ptxconfigs.sh
@@ -289,6 +289,9 @@ fixup()
echo
echo
+ # change the configfile to force update
+ sed -i 's/PTXCONF__ptxconfig_MAGIC__=y//' "${config}"
+
./p --force --ptxconfig="${config}" oldconfig || exit 1
}