Selaa lähdekoodia

Patch by Steven Scholz, 03 Apr 2005:
- create SoC specific directories include/asm-arm/arch-imx and
include/asm-arm/arch-s3c24x0

wdenk 20 vuotta sitten
vanhempi
commit
86c9888207
5 muutettua tiedostoa jossa 10 lisäystä ja 2 poistoa
  1. 3 0
      CHANGELOG
  2. 1 1
      board/mx1ads/mx1ads.c
  3. 0 0
      include/asm-arm/arch-imx/imx-regs.h
  4. 0 0
      include/asm-arm/arch-s3c24x0/memory.h
  5. 6 1
      mkconfig

+ 3 - 0
CHANGELOG

@@ -5,6 +5,9 @@ Changes for U-Boot 1.1.3:
 * Prepare for SoC rework of ARM code:
   - rename CONFIG_BOOTBINFUNC into  CONFIG_INIT_CRITICAL
   - rename memsetup into lowlevel_init (function name and source files)
+  Patch by Steven Scholz, 03 Apr 2005:
+  - create SoC specific directories include/asm-arm/arch-imx and
+    include/asm-arm/arch-s3c24x0
 
 * Fix problems with SNTP support;
   enable SNTP support in some boards.

+ 1 - 1
board/mx1ads/mx1ads.c

@@ -25,7 +25,7 @@
 
 #include <common.h>
 /*#include <mc9328.h>*/
-#include <asm/arch-arm920t/imx-regs.h>
+#include <asm/arch/imx-regs.h>
 
 /* ------------------------------------------------------------------------- */
 

+ 0 - 0
include/asm-arm/arch-arm920t/imx-regs.h → include/asm-arm/arch-imx/imx-regs.h


+ 0 - 0
include/asm-arm/arch-arm920t/memory.h → include/asm-arm/arch-s3c24x0/memory.h


+ 6 - 1
mkconfig

@@ -31,7 +31,12 @@ cd ./include
 rm -f asm
 ln -s asm-$2 asm
 rm -f asm-$2/arch
-ln -s arch-$3 asm-$2/arch
+
+if [ -z "$6" -o "$6" == "NULL" ] ; then
+	ln -s arch-$3 asm-$2/arch
+else
+	ln -s arch-$6 asm-$2/arch
+fi
 
 if [ "$2" = "arm" ] ; then
 	rm -f asm-$2/proc