
15 Aug
2007
15 Aug
'07
8:56 p.m.
In message 2915.5442-13307-198212161-1187200010@seznam.cz you wrote:
HI,
microblaze CPU have problem with bios_emulator code. Microblaze toolchain doesn't support PRAGMA PACK. Patch is below.
signed-off-by: Michal Simek monstr@monstr.eu
Did you try building any board that enables CONFIG_BIOSEMU and verify that it still included the bios_emulator code?
--- a/drivers/bios_emulator/besys.c +++ b/drivers/bios_emulator/besys.c @@ -47,9 +47,10 @@
****************************************************************************/
+#if defined(CONFIG_BIOSEMU)
#include "biosemui.h"
Where do you think the CONFIG_BIOSEMU might be coming from when you move it before the first #include ?
NAK.
Best regards,
Wolfgang Denk
--
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd@denx.de
The inappropriate cannot be beautiful.
- Frank Lloyd Wright _The Future of Architecture_ (1953)