mxs-bootloader: Barebox entry point symbol changed in 2012.08
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
7bf219a900
commit
f72b561789
@ -28,7 +28,7 @@ section (0) {
|
|||||||
//----------------------------------------------------------
|
//----------------------------------------------------------
|
||||||
|
|
||||||
load barebox;
|
load barebox;
|
||||||
load ivt (entry = barebox:exception_vectors) > 0x8000;
|
load ivt (entry = barebox:start) > 0x8000;
|
||||||
hab call 0x8000;
|
hab call 0x8000;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user