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

@@ -13,7 +13,6 @@ proc core_link_address { } {
if {[have_spec arndale ]} { return "0x80100000" }
if {[have_spec rpi ]} { return "0x00800000" }
if {[have_spec rpi3 ]} { return "0x02000000" }
if {[have_spec panda ]} { return "0xa0000000" }
if {[have_spec pbxa9 ]} { return "0x76000000" }
if {[have_spec odroid_x2]} { return "0x80100000" }
if {[have_spec imx53 ]} { return "0x70140000" }