diff options
Diffstat (limited to 'arch/powerpc/cpu/mpc85xx')
| -rw-r--r-- | arch/powerpc/cpu/mpc85xx/start.S | 9 | 
1 files changed, 1 insertions, 8 deletions
| diff --git a/arch/powerpc/cpu/mpc85xx/start.S b/arch/powerpc/cpu/mpc85xx/start.S index 57774933a..626ccce6b 100644 --- a/arch/powerpc/cpu/mpc85xx/start.S +++ b/arch/powerpc/cpu/mpc85xx/start.S @@ -31,7 +31,6 @@  #include <asm-offsets.h>  #include <config.h>  #include <mpc85xx.h> -#include <timestamp.h>  #include <version.h>  #define _LINUX_CONFIG_H 1	/* avoid reading Linux autoconf.h file	*/ @@ -42,10 +41,6 @@  #include <asm/cache.h>  #include <asm/mmu.h> -#ifndef	 CONFIG_IDENT_STRING -#define	 CONFIG_IDENT_STRING "" -#endif -  #undef	MSR_KERNEL  #define MSR_KERNEL ( MSR_ME )	/* Machine Check */ @@ -399,9 +394,7 @@ _start:  	.long	0x27051956		/* U-BOOT Magic Number */  	.globl	version_string  version_string: -	.ascii U_BOOT_VERSION -	.ascii " (", U_BOOT_DATE, " - ", U_BOOT_TIME, ")" -	.ascii CONFIG_IDENT_STRING, "\0" +	.ascii U_BOOT_VERSION_STRING, "\0"  	.align	4  	.globl	_start_cont |