Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8e39061e authored by Linus Walleij's avatar Linus Walleij
Browse files

ARM: gemini: select ARM_PATCH_PHYS_VIRT and AUTO_ZRELADDR



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: default avatarLinus Walleij <linus.walleij@linaro.org>
parent 46abf938
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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
+1 −3
Original line number Diff line number Diff line
   zreladdr-y	+= 0x00008000
params_phys-y	:= 0x00000100
initrd_phys-y	:= 0x00800000
# Empty on purpose