From f72b561789032b69e7fa62479abd34259731605c Mon Sep 17 00:00:00 2001 From: Maxime Ripard Date: Wed, 17 Oct 2012 22:02:06 +0000 Subject: mxs-bootloader: Barebox entry point symbol changed in 2012.08 Signed-off-by: Maxime Ripard Signed-off-by: Peter Korsgaard --- boot/mxs-bootlets/barebox_ivt.bd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'boot') diff --git a/boot/mxs-bootlets/barebox_ivt.bd b/boot/mxs-bootlets/barebox_ivt.bd index e02ddd68f..0c67e9cfc 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; } -- cgit v1.2.3