All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ARM: at91: remove references to RM9200DK
@ 2021-08-25 10:27 Eugen Hristev
  2021-09-20  6:38 ` Eugen.Hristev
  0 siblings, 1 reply; 2+ messages in thread
From: Eugen Hristev @ 2021-08-25 10:27 UTC (permalink / raw)
  To: u-boot; +Cc: wd, Eugen Hristev

The AT91 RM9200DK board was removed long time ago.
Remove existing references that were not cleaned up.

Fixes: 1c85752258 ("ARM: remove broken "at91rm9200dk" board")
Signed-off-by: Eugen Hristev <eugen.hristev@microchip.com>
---
 arch/arm/cpu/arm920t/start.S      | 14 --------------
 arch/arm/include/asm/mach-types.h |  1 -
 2 files changed, 15 deletions(-)

diff --git a/arch/arm/cpu/arm920t/start.S b/arch/arm/cpu/arm920t/start.S
index e2b5f2bff4..32190369f7 100644
--- a/arch/arm/cpu/arm920t/start.S
+++ b/arch/arm/cpu/arm920t/start.S
@@ -35,20 +35,6 @@ reset:
 	orr	r0, r0, #0xd3
 	msr	cpsr, r0
 
-#if	defined(CONFIG_AT91RM9200DK)
-	/*
-	 * relocate exception table
-	 */
-	ldr	r0, =_start
-	ldr	r1, =0x0
-	mov	r2, #16
-copyex:
-	subs	r2, r2, #1
-	ldr	r3, [r0], #4
-	str	r3, [r1], #4
-	bne	copyex
-#endif
-
 	/*
 	 * we do sys-critical inits only at reboot,
 	 * not when booting from ram!
diff --git a/arch/arm/include/asm/mach-types.h b/arch/arm/include/asm/mach-types.h
index 32532b3ca4..2713b1d2c5 100644
--- a/arch/arm/include/asm/mach-types.h
+++ b/arch/arm/include/asm/mach-types.h
@@ -267,7 +267,6 @@
 #define MACH_TYPE_BMS                  259
 #define MACH_TYPE_IXCDP1100            260
 #define MACH_TYPE_PRPMC1100            261
-#define MACH_TYPE_AT91RM9200DK         262
 #define MACH_TYPE_ARMSTICK             263
 #define MACH_TYPE_ARMONIE              264
 #define MACH_TYPE_MPORT1               265
-- 
2.25.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] ARM: at91: remove references to RM9200DK
  2021-08-25 10:27 [PATCH] ARM: at91: remove references to RM9200DK Eugen Hristev
@ 2021-09-20  6:38 ` Eugen.Hristev
  0 siblings, 0 replies; 2+ messages in thread
From: Eugen.Hristev @ 2021-09-20  6:38 UTC (permalink / raw)
  To: u-boot; +Cc: wd

On 8/25/21 1:27 PM, Eugen Hristev wrote:
> The AT91 RM9200DK board was removed long time ago.
> Remove existing references that were not cleaned up.
> 
> Fixes: 1c85752258 ("ARM: remove broken "at91rm9200dk" board")
> Signed-off-by: Eugen Hristev <eugen.hristev@microchip.com>
> ---


Applied to u-boot-atmel/next


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-09-20  6:39 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-25 10:27 [PATCH] ARM: at91: remove references to RM9200DK Eugen Hristev
2021-09-20  6:38 ` Eugen.Hristev

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.