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

Commit 626d90c8 authored by Richard Zhao's avatar Richard Zhao Committed by Sascha Hauer
Browse files

ARM: mx5: use config to define boot related addresses

parent ee1ae4d7
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
   zreladdr-y	:= 0x90008000
params_phys-y	:= 0x90000100
initrd_phys-y	:= 0x90800000
   zreladdr-$(CONFIG_ARCH_MX51)	:= 0x90008000
params_phys-$(CONFIG_ARCH_MX51)	:= 0x90000100
initrd_phys-$(CONFIG_ARCH_MX51)	:= 0x90800000