Commit f72b5617 authored by Maxime Ripard's avatar Maxime Ripard Committed by Peter Korsgaard
Browse files

mxs-bootloader: Barebox entry point symbol changed in 2012.08

parent 7bf219a9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -28,7 +28,7 @@ section (0) {
	//----------------------------------------------------------

        load barebox;
        load ivt (entry = barebox:exception_vectors) > 0x8000;
        load ivt (entry = barebox:start) > 0x8000;
	hab call 0x8000;

}