Browse Source

ns9xxx: use default text offset

Signed-off-by: Uwe Kleine-König <Uwe.Kleine-Koenig@digi.com>
Uwe Kleine-König 17 years ago
parent
commit
c1a9e91e42
2 changed files with 1 additions and 2 deletions
  1. 0 1
      arch/arm/Makefile
  2. 1 1
      arch/arm/mach-ns9xxx/Makefile.boot

+ 0 - 1
arch/arm/Makefile

@@ -134,7 +134,6 @@ endif
  machine-$(CONFIG_ARCH_PNX4008)	   := pnx4008
  machine-$(CONFIG_ARCH_PNX4008)	   := pnx4008
  machine-$(CONFIG_ARCH_NETX)	   := netx
  machine-$(CONFIG_ARCH_NETX)	   := netx
  machine-$(CONFIG_ARCH_NS9XXX)	   := ns9xxx
  machine-$(CONFIG_ARCH_NS9XXX)	   := ns9xxx
- textofs-$(CONFIG_ARCH_NS9XXX)	   := 0x00108000
  machine-$(CONFIG_ARCH_DAVINCI)	   := davinci
  machine-$(CONFIG_ARCH_DAVINCI)	   := davinci
  machine-$(CONFIG_ARCH_KS8695)     := ks8695
  machine-$(CONFIG_ARCH_KS8695)     := ks8695
   incdir-$(CONFIG_ARCH_MXC)	   := mxc
   incdir-$(CONFIG_ARCH_MXC)	   := mxc

+ 1 - 1
arch/arm/mach-ns9xxx/Makefile.boot

@@ -1,2 +1,2 @@
-zreladdr-y := 0x108000
+zreladdr-y := 0x8000
 params_phys-y := 0x100
 params_phys-y := 0x100