[U-Boot-Users] (no subject)

Sangmoon Kim dogoil at etinsys.com
Tue Jan 2 09:24:31 CET 2007


Hi,

This patch fixes kvme080 board compiling error and enables the board in
MAKEALL file.

Best Regards,
Sangmoon Kim

Signed-off-by: Sangmoon Kim <dogoil at etinsys.com>

diff --git a/MAKEALL b/MAKEALL
index d2159ef..d95be12 100755
--- a/MAKEALL
+++ b/MAKEALL
@@ -106,7 +106,7 @@ ########################################
 LIST_824x="	\
 	A3000		barco		BMW		CPC45		\
 	CU824		debris		eXalion		HIDDEN_DRAGON	\
-			MOUSSE		MUSENKI		MVBLUE		\
+	kvme080		MOUSSE		MUSENKI		MVBLUE		\
 	OXC		PN62		Sandpoint8240	Sandpoint8245	\
 	sbc8240		SL8245		utx8245				\
 "
diff --git a/board/etin/kvme080/u-boot.lds b/board/etin/kvme080/u-boot.lds
index dda3687..13b38b2 100644
--- a/board/etin/kvme080/u-boot.lds
+++ b/board/etin/kvme080/u-boot.lds
@@ -67,6 +67,8 @@ SECTIONS
     . = ALIGN(16);
     *(.rodata)
     *(.rodata1)
+    *(.rodata.str1.4)
+    *(.eh_frame)
   }
   .fini      : { *(.fini)    } =0
   .ctors     : { *(.ctors)   }
@@ -99,10 +101,12 @@ SECTIONS
   _edata  =  .;
   PROVIDE (edata = .);
 
+  . = .;
   __u_boot_cmd_start = .;
   .u_boot_cmd : { *(.u_boot_cmd) }
   __u_boot_cmd_end = .;
 
+  . = .;
   __start___ex_table = .;
   __ex_table : { *(__ex_table) }
   __stop___ex_table = .;





More information about the U-Boot mailing list