* Header file cleanup for ARM

* Patch by Murray Jensen, 24 Jun 2003:
  - make sure to use only U-boot provided header files
  - fix problems with ".rodata.str1.4" section as used by GCC-3.x
diff --git a/board/atc/u-boot.lds b/board/atc/u-boot.lds
index 5df4cdb..9d56f13 100644
--- a/board/atc/u-boot.lds
+++ b/board/atc/u-boot.lds
@@ -61,6 +61,7 @@
     . = ALIGN(16);
     *(.rodata)
     *(.rodata1)
+    *(.rodata.str1.4)
   }
   .fini      : { *(.fini)    } =0
   .ctors     : { *(.ctors)   }