mirror of
https://github.com/u-boot/u-boot.git
synced 2024-12-14 07:13:28 +08:00
ARM: at91: remove references to RM9200DK
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>
This commit is contained in:
parent
b73c366eb6
commit
a6bbb8b596
@ -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!
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user