You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
358 B
8 lines
358 B
# SPDX-License-Identifier: GPL-2.0
|
|
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
|
|
|