Explorar el Código

Merge branch 'master' of git://git.denx.de/u-boot-coldfire

Tom Rini hace 12 años
padre
commit
dac064f58e
Se han modificado 2 ficheros con 6 adiciones y 4 borrados
  1. 5 3
      board/freescale/m54418twr/u-boot.lds
  2. 1 1
      include/configs/M54418TWR.h

+ 5 - 3
board/freescale/m54418twr/u-boot.lds

@@ -66,9 +66,11 @@ SECTIONS
   PROVIDE (edata = .);
 
   . = .;
-  __u_boot_cmd_start = .;
-  .u_boot_cmd : { *(.u_boot_cmd) }
-  __u_boot_cmd_end = .;
+
+  . = ALIGN(4);
+  .u_boot_list : {
+	#include <u-boot.lst>
+  }
 
   . = .;
   __start___ex_table = .;

+ 1 - 1
include/configs/M54418TWR.h

@@ -350,7 +350,7 @@
 #endif
 #if defined(CONFIG_SYS_NAND_BOOT)
 #define CONFIG_SYS_NO_FLASH
-#define CONFIG_ENV_IS_IN_NAND	1
+#define CONFIG_ENV_IS_NOWHERE
 #define CONFIG_ENV_OFFSET	0x80000
 #define CONFIG_ENV_SIZE	0x20000
 #define CONFIG_ENV_SECT_SIZE	0x20000