]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
Patch by Steven Scholz, 03 Apr 2005:
authorwdenk <wdenk>
Sun, 3 Apr 2005 14:26:46 +0000 (14:26 +0000)
committerwdenk <wdenk>
Sun, 3 Apr 2005 14:26:46 +0000 (14:26 +0000)
- create SoC specific directories include/asm-arm/arch-imx and
  include/asm-arm/arch-s3c24x0

CHANGELOG
board/mx1ads/mx1ads.c
include/asm-arm/arch-imx/imx-regs.h [moved from include/asm-arm/arch-arm920t/imx-regs.h with 100% similarity]
include/asm-arm/arch-s3c24x0/memory.h [moved from include/asm-arm/arch-arm920t/memory.h with 100% similarity]
mkconfig

index 1136f11f7acb840fcf6d8c8bba51bcadf6feed62..71eae5e7efbf6e189b941791c56084482ca85ce2 100644 (file)
--- a/CHANGELOG
+++ b/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.
index 332f0a2beb3be60769c673b4c4c39f6cc50a26c3..5c33ba3c0ea8354122425cc4c54bde63dbd3cbe6 100644 (file)
@@ -25,7 +25,7 @@
 
 #include <common.h>
 /*#include <mc9328.h>*/
-#include <asm/arch-arm920t/imx-regs.h>
+#include <asm/arch/imx-regs.h>
 
 /* ------------------------------------------------------------------------- */
 
index 266addd705dad02c302a3f313c0d506040d77197..e366267181696f7c777ae2f960adf6aaeb8d42e7 100644 (file)
--- a/mkconfig
+++ b/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