patch-2.4.22 linux-2.4.22/arch/arm/boot/bootp/bootp.lds
Next file: linux-2.4.22/arch/arm/boot/bootp/init.S
Previous file: linux-2.4.22/arch/arm/boot/bootp/Makefile
Back to the patch index
Back to the overall index
- Lines: 24
- Date:
2003-08-25 04:44:39.000000000 -0700
- Orig file:
linux-2.4.21/arch/arm/boot/bootp/bootp.lds
- Orig date:
2000-09-18 15:15:24.000000000 -0700
diff -urN linux-2.4.21/arch/arm/boot/bootp/bootp.lds linux-2.4.22/arch/arm/boot/bootp/bootp.lds
@@ -1,7 +1,7 @@
/*
* linux/arch/arm/boot/bootp/bootp.lds
*
- * Copyright (C) 2000 Russell King
+ * Copyright (C) 2000-2002 Russell King
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
@@ -15,13 +15,9 @@
_text = .;
.text : {
_stext = .;
- _start = .;
- init.o(.start)
- kernel_start = .;
+ *(.start)
kernel.o
- kernel_len = . - kernel_start;
. = ALIGN(32);
- *(.text)
initrd_start = .;
initrd.o
initrd_len = . - initrd_start;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)