diff options
author | Rob Herring <robh@kernel.org> | 2015-12-08 21:44:18 +0100 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2015-12-15 23:54:48 +0100 |
commit | a29da136de345f074d0c64f1c3b38eef30116b32 (patch) | |
tree | 28d16e8a2529f3fea31e25c5356a7f5b688dc12a /arch/arm/mach-versatile/Makefile.boot | |
parent | ARM: versatile: merge mach code into a single file (diff) | |
download | linux-a29da136de345f074d0c64f1c3b38eef30116b32.tar.xz linux-a29da136de345f074d0c64f1c3b38eef30116b32.zip |
ARM: versatile: convert to multi-platform
Now that all the prerequisites are in place, we can enable Versatile
boards for multi-platform kernels.
Signed-off-by: Rob Herring <robh@kernel.org>
Cc: Russell King <linux@arm.linux.org.uk>
Cc: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm/mach-versatile/Makefile.boot')
-rw-r--r-- | arch/arm/mach-versatile/Makefile.boot | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/arm/mach-versatile/Makefile.boot b/arch/arm/mach-versatile/Makefile.boot deleted file mode 100644 index ff0a4b5b0a82..000000000000 --- a/arch/arm/mach-versatile/Makefile.boot +++ /dev/null @@ -1,4 +0,0 @@ - zreladdr-y += 0x00008000 -params_phys-y := 0x00000100 -initrd_phys-y := 0x00800000 - |