Skip to content

Commit

Permalink
ARM: gemini: select ARM_PATCH_PHYS_VIRT and AUTO_ZRELADDR
Browse files Browse the repository at this point in the history
This platform survives physical to virtual patching
without any hickups, and can use AUTO_ZRELADDR.
We still need to keep Makefile.boot but it is now empty.

Cc: Janos Laube <janos.dev@gmail.com>
Cc: Paulius Zaleckas <paulius.zaleckas@gmail.com>
Cc: Hans Ulli Kroll <ulli.kroll@googlemail.com>
Cc: Florian Fainelli <f.fainelli@gmail.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
  • Loading branch information
Linus Walleij committed Mar 12, 2017
1 parent 46abf93 commit 8e39061
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 2 additions & 0 deletions arch/arm/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -362,6 +362,8 @@ config ARM_SINGLE_ARMV7M
config ARCH_GEMINI
bool "Cortina Systems Gemini"
select ARM_APPENDED_DTB # Old Redboot bootloaders deployed
select ARM_PATCH_PHYS_VIRT
select AUTO_ZRELADDR
select CPU_FA526
select FARADAY_FTINTC010
select FTTMR010_TIMER
Expand Down
4 changes: 1 addition & 3 deletions arch/arm/mach-gemini/Makefile.boot
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
zreladdr-y += 0x00008000
params_phys-y := 0x00000100
initrd_phys-y := 0x00800000
# Empty on purpose

0 comments on commit 8e39061

Please sign in to comment.