Skip to content

Commit

Permalink
ARM: ixp4xx: Drop all common code
Browse files Browse the repository at this point in the history
After moving away from all the code we depend on in common we can
get a clean device tree boot and delete the common code in
arch/arm/mach-ixp4xx/common.c altogether.

Two physical register addresses remain in use, just copy these
verbatim into uncompress.h.

Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Link: https://lore.kernel.org/r/20220211223238.648934-13-linus.walleij@linaro.org
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
  • Loading branch information
Linus Walleij committed Feb 12, 2022
1 parent 00ba935 commit 18b3b7b
Show file tree
Hide file tree
Showing 9 changed files with 4 additions and 826 deletions.
2 changes: 1 addition & 1 deletion arch/arm/mach-ixp4xx/Makefile
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# SPDX-License-Identifier: GPL-2.0
obj-y += ixp4xx-of.o common.o
obj-y += ixp4xx-of.o
331 changes: 0 additions & 331 deletions arch/arm/mach-ixp4xx/common.c

This file was deleted.

26 changes: 0 additions & 26 deletions arch/arm/mach-ixp4xx/include/mach/hardware.h

This file was deleted.

Loading

0 comments on commit 18b3b7b

Please sign in to comment.