mirror of
https://github.com/torvalds/linux.git
synced 2024-11-02 02:01:29 +00:00
5512e88f3a
* adds Kconfig variables * specifies different physical address for i.MX21 because of the different memory layouts * disables support for UART5/UART6 in the i.MX serial driver (the i.MX21 doesn't have those modules) Based on code from "Martin Fuzzey" <mfuzzey@gmail.com> Signed-off-by: Holger Schurig <hs4233@mail.mn-solutions.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
8 lines
271 B
Clojure
8 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
|