d109167b9c
Finally all imx code should end up there, start with mach-mx2. While touching all files rename some files to use a hyphen instead of an underscore. Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
7 lines
271 B
Clojure
7 lines
271 B
Clojure
zreladdr-$(CONFIG_MACH_MX21) := 0xC0008000
|
|
params_phys-$(CONFIG_MACH_MX21) := 0xC0000100
|
|
initrd_phys-$(CONFIG_MACH_MX21) := 0xC0800000
|
|
|
|
zreladdr-$(CONFIG_MACH_MX27) := 0xA0008000
|
|
params_phys-$(CONFIG_MACH_MX27) := 0xA0000100
|
|
initrd_phys-$(CONFIG_MACH_MX27) := 0xA0800000
|