On Thursday, September 01, 2011 01:52:42 Macpaul Lin wrote: > --- /dev/null > +++ b/arch/nds32/include/asm/memory.h > +#ifndef __ASM_NDS_MEMORY_H > +#define __ASM_NDS_MEMORY_H > + > +#endif /* __ASM_NDS_MEMORY_H */
this header doesnt define anything, and common code doesnt require
asm/memory.h, so looks like you should just punt this
> --- /dev/null
> +++ b/arch/nds32/include/asm/u-boot.h
>
> +#include <environment.h>
> ...
> +typedef struct bd_info {
> ...
> + env_t *bi_env;
this is pretty unusual. why do you need a board-specific point to the env ?
no other arch needs this ...
-mike
signature.asc
Description: This is a digitally signed message part.
_______________________________________________ U-Boot mailing list [email protected] http://lists.denx.de/mailman/listinfo/u-boot

