diff options
author | Arnd Bergmann <arnd@arndb.de> | 2022-04-02 16:52:55 +0200 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2022-04-08 17:20:55 +0200 |
commit | 3d427228f7370894680580fcd0381c0349624fa1 (patch) | |
tree | a50848a24b88f1ced992ffc475302ef8cf378073 /arch/arm/mach-ixp4xx/Makefile.boot | |
parent | 5d6f52671e76ca2d55d74e676ac4c38ceb14a2d3 (diff) | |
download | linux-3d427228f7370894680580fcd0381c0349624fa1.tar.gz linux-3d427228f7370894680580fcd0381c0349624fa1.tar.bz2 linux-3d427228f7370894680580fcd0381c0349624fa1.zip |
ARM: ixp4xx: enable multiplatform support
After all the work that Linus Walleij did on this platform, it can be
part of a generic kernel build as well.
Note that there are known bugs in little-endian mode on ixp4xx, and
no other ARMv5 platform at this point supports big-endian mode, or is
likely to in the future, so there is limited practical value in this,
but it helps with build testing and ixp4xx little-endian support may
get fixed in the future.
Reviewed-by: Linus Walleij <linus.walleij@linaro.org>
Tested-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm/mach-ixp4xx/Makefile.boot')
-rw-r--r-- | arch/arm/mach-ixp4xx/Makefile.boot | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/arm/mach-ixp4xx/Makefile.boot b/arch/arm/mach-ixp4xx/Makefile.boot deleted file mode 100644 index 9b015bd1ef27..000000000000 --- a/arch/arm/mach-ixp4xx/Makefile.boot +++ /dev/null @@ -1,4 +0,0 @@ -# SPDX-License-Identifier: GPL-2.0-only - zreladdr-y += 0x00008000 -params_phys-y := 0x00000100 - |