diff options
Diffstat (limited to 'kernel/arch/arm/mach-realview/Makefile.boot')
-rw-r--r-- | kernel/arch/arm/mach-realview/Makefile.boot | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/kernel/arch/arm/mach-realview/Makefile.boot b/kernel/arch/arm/mach-realview/Makefile.boot new file mode 100644 index 000000000..d2c3d788f --- /dev/null +++ b/kernel/arch/arm/mach-realview/Makefile.boot @@ -0,0 +1,9 @@ +ifeq ($(CONFIG_REALVIEW_HIGH_PHYS_OFFSET),y) + zreladdr-y += 0x70008000 +params_phys-y := 0x70000100 +initrd_phys-y := 0x70800000 +else + zreladdr-y += 0x00008000 +params_phys-y := 0x00000100 +initrd_phys-y := 0x00800000 +endif |