On Wed, Jun 18, 2014 at 2:55 PM, Christian Riesch <[email protected]> wrote: [...] >> And that is /wrong/: the vectors table is misaligned by 4 bytes. > > Let's have a look at the calimain board. The vector exception table of > this CPU (ARM926EJS) can be located either at 0x00000000 or at > 0xffff0000 (depending on CONFIG_SYS_EXCEPTION_VECTORS_HIGH). This SoC > (Texas Instruments AM1808) has no physical memory at 0x00000000, > therefore CONFIG_SYS_EXCEPTION_VECTOR must be defined. The exception
s/CONFIG_SYS_EXCEPTION_VECTOR/CONFIG_SYS_EXCEPTION_VECTORS_HIGH/ :-) Christian _______________________________________________ U-Boot mailing list [email protected] http://lists.denx.de/mailman/listinfo/u-boot

