Add support for Wandboard Quad with Fiasco.OC
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
# kernel to use (hw, sel4)
|
||||
# kernel to use (hw, sel4, foc)
|
||||
# KERNEL ?= hw
|
||||
|
||||
|
||||
@@ -16,6 +16,7 @@ proc core_link_address { } {
|
||||
if {[have_spec pbxa9 ]} { return "0x76000000" }
|
||||
if {[have_spec odroid_x2]} { return "0x80100000" }
|
||||
if {[have_spec imx53 ]} { return "0x70140000" }
|
||||
if {[have_spec imx6 ]} { return "0x10200000" }
|
||||
|
||||
puts stderr "Error: platform not supported, core link address unknown"
|
||||
exit 1
|
||||
|
||||
Reference in New Issue
Block a user