]> git.sur5r.net Git - u-boot/blobdiff - arch/x86/include/asm/u-boot-x86.h
Merge branch 'u-boot-samsung/master' into 'u-boot-arm/master'
[u-boot] / arch / x86 / include / asm / u-boot-x86.h
index 99062e5955356dc9cd755b7e16ea1eb5d19e093f..ae0c3883e413ab2cfaa71243143d941fe1324f24 100644 (file)
 #ifndef _U_BOOT_I386_H_
 #define _U_BOOT_I386_H_        1
 
-/* Exports from the Linker Script */
-extern ulong __text_start;
-extern ulong __data_end;
-extern ulong __rel_dyn_start;
-extern ulong __rel_dyn_end;
-extern ulong __bss_start;
-extern ulong __bss_end;
-
 /* cpu/.../cpu.c */
 int x86_cpu_init_r(void);
 int cpu_init_r(void);