diff options
author | Maxime Ripard <maxime.ripard@free-electrons.com> | 2012-10-17 22:02:06 +0000 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2012-11-17 09:33:01 +0100 |
commit | f72b561789032b69e7fa62479abd34259731605c (patch) | |
tree | ec4ff16261e788afddd1f4cfe87d745d3e58611e /boot | |
parent | 7bf219a900d3070e8e954617131f54210825419f (diff) | |
download | buildroot-novena-f72b561789032b69e7fa62479abd34259731605c.tar.gz buildroot-novena-f72b561789032b69e7fa62479abd34259731605c.zip |
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>
Diffstat (limited to 'boot')
-rw-r--r-- | boot/mxs-bootlets/barebox_ivt.bd | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |