targets: icebreaker: set the boot address to point to SPI flash
Signed-off-by: Sean Cross <sean@xobs.io>
This commit is contained in:
parent
093e4913c4
commit
738967176c
|
@ -117,6 +117,8 @@ class BaseSoC(SoCCore):
|
|||
if "cpu_type" not in kwargs:
|
||||
kwargs["cpu_type"] = None
|
||||
kwargs["cpu_variant"] = None
|
||||
else:
|
||||
kwargs["cpu_reset_address"] = boot_vector
|
||||
|
||||
clk_freq = int(12e6)
|
||||
|
||||
|
|
Loading…
Reference in New Issue