|
@@ -68,7 +68,6 @@
|
|
|
#include <asm-offsets.h>
|
|
|
#include <config.h>
|
|
|
#include <asm/ppc4xx.h>
|
|
|
-#include <timestamp.h>
|
|
|
#include <version.h>
|
|
|
|
|
|
#define _LINUX_CONFIG_H 1 /* avoid reading Linux autoconf.h file */
|
|
@@ -80,10 +79,6 @@
|
|
|
#include <asm/mmu.h>
|
|
|
#include <asm/ppc4xx-isram.h>
|
|
|
|
|
|
-#ifndef CONFIG_IDENT_STRING
|
|
|
-#define CONFIG_IDENT_STRING ""
|
|
|
-#endif
|
|
|
-
|
|
|
#ifdef CONFIG_SYS_INIT_DCACHE_CS
|
|
|
# if (CONFIG_SYS_INIT_DCACHE_CS == 0)
|
|
|
# define PBxAP PB1AP
|
|
@@ -549,9 +544,7 @@ tlbnx2: addi r4,r4,1 /* Next TLB */
|
|
|
.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"
|
|
|
|
|
|
. = EXC_OFF_SYS_RESET
|
|
|
.globl _start_of_vectors
|