
Dear Heiko,
In message 1306909447-19603-3-git-send-email-hs@denx.de you wrote:
This include is needed, if this memory test is used "outside" from post code, for example booting with nand_spl, and using this memory test before copying u-boot code to RAM and jumping to it.
Signed-off-by: Heiko Schocher hs@denx.de
include/post.h | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)
This got applied as commit f18714d, but obviously this patch has not been tested before as it is breaking a ton of boards:
... Configuring for NETTA_ISDN - Board: NETTA, Options: NETTA_ISDN=1 include/post.h: Assembler messages: include/post.h:190: Error: Unrecognized opcode: `int' make[2]: *** [lib_powerpc/asm.o] Error 1 make[2]: *** Waiting for unfinished jobs.... include/post.h: Assembler messages: include/post.h:190: Error: Unrecognized opcode: `int' make[2]: *** [lib_powerpc/asm.o] Error 1 make[2]: *** Waiting for unfinished jobs.... make[1]: *** [lib_powerpc/libpostpowerpc.o] Error 2 make: *** [libpost.o] Error 2 ppc_6xx-size: 'u-boot': No such file Configuring for NETTA_ISDN_6412 - Board: NETTA, Options: NETTA_ISDN=1,NETTA_6412=1 include/post.h: Assembler messages: include/post.h:190: Error: Unrecognized opcode: `int' make[2]: *** [lib_powerpc/asm.o] Error 1 make[2]: *** Waiting for unfinished jobs.... include/post.h: Assembler messages: include/post.h:190: Error: Unrecognized opcode: `int' make[2]: *** [lib_powerpc/asm.o] Error 1 make[2]: *** Waiting for unfinished jobs.... make[1]: *** [lib_powerpc/libpostpowerpc.o] Error 2 make: *** [libpost.o] Error 2 ppc_6xx-size: 'u-boot': No such file Configuring for NETTA_ISDN_6412_SWAPHOOK - Board: NETTA, Options: NETTA_ISDN=1,NETTA_6412=1,NETTA_SWAPHOOK=1 include/post.h: Assembler messages: include/post.h:190: Error: Unrecognized opcode: `int' make[2]: *** [lib_powerpc/asm.o] Error 1 make[2]: *** Waiting for unfinished jobs.... include/post.h: Assembler messages: include/post.h:190: Error: Unrecognized opcode: `int' make[2]: *** [lib_powerpc/asm.o] Error 1 make[2]: *** Waiting for unfinished jobs.... make[1]: *** [lib_powerpc/libpostpowerpc.o] Error 2 make: *** [libpost.o] Error 2 ppc_6xx-size: 'u-boot': No such file Configuring for NETTA_ISDN_SWAPHOOK - Board: NETTA, Options: NETTA_ISDN=1,NETTA_SWAPHOOK=1 include/post.h: Assembler messages: include/post.h:190: Error: Unrecognized opcode: `int' make[2]: *** [lib_powerpc/asm.o] Error 1 make[2]: *** Waiting for unfinished jobs.... include/post.h: Assembler messages: include/post.h:190: Error: Unrecognized opcode: `int' make[2]: *** [lib_powerpc/asm.o] Error 1 make[2]: *** Waiting for unfinished jobs.... make[1]: *** [lib_powerpc/libpostpowerpc.o] Error 2 make: *** [libpost.o] Error 2 ppc_6xx-size: 'u-boot': No such file Configuring for NETTA_SWAPHOOK - Board: NETTA, Options: NETTA_SWAPHOOK=1 include/post.h: Assembler messages: include/post.h:190: Error: Unrecognized opcode: `int' make[2]: *** [lib_powerpc/asm.o] Error 1 make[2]: *** Waiting for unfinished jobs.... include/post.h: Assembler messages: include/post.h:190: Error: Unrecognized opcode: `int' make[2]: *** [lib_powerpc/asm.o] Error 1 make[2]: *** Waiting for unfinished jobs.... make[1]: *** [lib_powerpc/libpostpowerpc.o] Error 2 make: *** [libpost.o] Error 2 ppc_6xx-size: 'u-boot': No such file ... Configuring for KUP4X board... include/post.h: Assembler messages: include/post.h:190: Error: Unrecognized opcode: `int' make[2]: *** [lib_powerpc/asm.o] Error 1 make[2]: *** Waiting for unfinished jobs.... include/post.h: Assembler messages: include/post.h:190: Error: Unrecognized opcode: `int' ...
Please fix!!
Best regards,
Wolfgang Denk