targets: icebreaker: set the boot address to point to SPI flash

Signed-off-by: Sean Cross <sean@xobs.io>
This commit is contained in:
Sean Cross 2020-02-03 15:07:08 +08:00 committed by Piotr Esden-Tempski
parent 093e4913c4
commit 738967176c
1 changed files with 2 additions and 0 deletions

View File

@ -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)