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:
Maxime Ripard 2012-10-17 22:02:06 +00:00 committed by Peter Korsgaard
parent 7bf219a900
commit f72b561789

View File

@ -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;
} }