Retire OMAP4 support

Fix #2850
This commit is contained in:
Stefan Kalkowski
2020-03-23 14:45:58 +01:00
committed by Christian Helmuth
parent 585c4b8c69
commit f051065582
52 changed files with 7 additions and 3864 deletions

View File

@@ -630,8 +630,7 @@ proc exit {{status 0}} {
if {[expr ![have_spec x86] && \
![have_spec arm_v6] && \
![have_spec arm_v7a] && \
![have_spec arm_v8a]] || \
[expr [have_spec foc] && [have_spec panda]]} \
![have_spec arm_v8a]]} \
{
puts "\n Run script is not supported on this platform. \n";
exit 0