[U-Boot] U-Boot Api Problem

2012-08-28 Thread Priebe, Sebastian
Since nobody seems to care about my problem is repost my question... Hello, we recently switched to the OSELAS Toolchain for ARM1136 processors and faced a problem considering the u-boot API. If compiling the API demo with -Os (as default in u-boot) the demo does not run anymore. If activating

[U-Boot] U-Boot API Problem

2012-08-23 Thread Priebe, Sebastian
Hello, we recently switched to the OSELAS Toolchain for ARM1136 processors and faced a problem considering the u-boot API. If compiling the API demo with -Os (as default in u-boot) the demo does not run anymore. If activating -fno-relocate-functions in the used cflags the demo runs as before