RPi: just use RPI instead of RPI2.

The reason for this change is that RPi2 and RPi3 are compatible, and
hopefully all differences coming up can be resolved without ifdefs but
at runtime.
This commit is contained in:
Julian Oes
2016-07-14 17:34:41 +02:00
parent 2bf40efe8b
commit fa614a3cc1
14 changed files with 31 additions and 58 deletions
+2 -2
View File
@@ -212,10 +212,10 @@ posix_excelsior_default:
excelsior_default: posix_excelsior_default qurt_excelsior_default
posix_rpi2_native:
posix_rpi_native:
$(call cmake-build,$@)
posix_rpi2_cross:
posix_rpi_cross:
$(call cmake-build,$@)
posix_bebop_default: