diff --git a/boot/mxs-bootlets/barebox_ivt.bd b/boot/mxs-bootlets/barebox_ivt.bd index e02ddd68f6..0c67e9cfce 100644 --- a/boot/mxs-bootlets/barebox_ivt.bd +++ b/boot/mxs-bootlets/barebox_ivt.bd @@ -28,7 +28,7 @@ section (0) { //---------------------------------------------------------- load barebox; - load ivt (entry = barebox:exception_vectors) > 0x8000; + load ivt (entry = barebox:start) > 0x8000; hab call 0x8000; }