Skip to content

Commit

Permalink
[ARM] 4647/1: at91rm9200: Remove redundant machine-type verification …
Browse files Browse the repository at this point in the history
…and manipulation

AT91RM9200 needlessly verifies machine-type numbers of
supported / known platforms and overwrites it for unknown
ones. Remove it.

Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
  • Loading branch information
Guennadi Liakhovetski authored and Russell King committed Jan 26, 2008
1 parent 5170874 commit 87fee01
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 85 deletions.
4 changes: 0 additions & 4 deletions arch/arm/boot/compressed/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,6 @@ ifeq ($(CONFIG_PXA_SHARPSL),y)
OBJS += head-sharpsl.o
endif

ifeq ($(CONFIG_ARCH_AT91RM9200),y)
OBJS += head-at91rm9200.o
endif

ifeq ($(CONFIG_CPU_BIG_ENDIAN),y)
ifeq ($(CONFIG_CPU_CP15),y)
OBJS += big-endian.o
Expand Down
81 changes: 0 additions & 81 deletions arch/arm/boot/compressed/head-at91rm9200.S

This file was deleted.

0 comments on commit 87fee01

Please sign in to comment.