diff options
Diffstat (limited to 'arch/powerpc/cpu/mpc512x/start.S')
| -rw-r--r-- | arch/powerpc/cpu/mpc512x/start.S | 12 | 
1 files changed, 4 insertions, 8 deletions
| diff --git a/arch/powerpc/cpu/mpc512x/start.S b/arch/powerpc/cpu/mpc512x/start.S index 9c2e4885d..ed362d87a 100644 --- a/arch/powerpc/cpu/mpc512x/start.S +++ b/arch/powerpc/cpu/mpc512x/start.S @@ -31,7 +31,9 @@  #include <asm-offsets.h>  #include <config.h> -#include <timestamp.h> +#ifndef  CONFIG_IDENT_STRING +#define  CONFIG_IDENT_STRING "MPC512X" +#endif  #include <version.h>  #define CONFIG_521X	1		/* needed for Linux kernel header files*/ @@ -46,10 +48,6 @@  #include <asm/mmu.h>  #include <asm/u-boot.h> -#ifndef  CONFIG_IDENT_STRING -#define  CONFIG_IDENT_STRING "MPC512X" -#endif -  /*   * Floating Point enable, Machine Check and Recoverable Interr.   */ @@ -89,9 +87,7 @@  	.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"  /*   * Vector Table |