
1 Sep
2011
1 Sep
'11
4:16 p.m.
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