소스 검색

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>
Maxime Ripard 12 년 전
부모
커밋
f72b561789
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      boot/mxs-bootlets/barebox_ivt.bd

+ 1 - 1
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;
 
 }