[U-Boot-Users] Bios emulator - microblaze toolchain problem

Wolfgang Denk wd at denx.de
Wed Aug 15 20:56:42 CEST 2007


In message <2915.5442-13307-198212161-1187200010 at 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 at 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 at denx.de
The inappropriate cannot be beautiful.
             - Frank Lloyd Wright _The Future of Architecture_ (1953)




More information about the U-Boot mailing list