git: https://android.googlesource.com/kernel/common branch: android-4.9 commit: 03fcc2fe71308c2d164b4e6cbfc738c63e670444
8 lines
323 B
Clojure
8 lines
323 B
Clojure
zreladdr-$(CONFIG_ARCH_DAVINCI_DA8XX) += 0xc0008000
|
|
params_phys-$(CONFIG_ARCH_DAVINCI_DA8XX) := 0xc0000100
|
|
initrd_phys-$(CONFIG_ARCH_DAVINCI_DA8XX) := 0xc0800000
|
|
|
|
zreladdr-$(CONFIG_ARCH_DAVINCI_DMx) += 0x80008000
|
|
params_phys-$(CONFIG_ARCH_DAVINCI_DMx) := 0x80000100
|
|
initrd_phys-$(CONFIG_ARCH_DAVINCI_DMx) := 0x80800000
|