diff options
Diffstat (limited to 'ANDROID_3.4.5/arch/arm/mach-ebsa110/Makefile.boot')
-rw-r--r-- | ANDROID_3.4.5/arch/arm/mach-ebsa110/Makefile.boot | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ANDROID_3.4.5/arch/arm/mach-ebsa110/Makefile.boot b/ANDROID_3.4.5/arch/arm/mach-ebsa110/Makefile.boot new file mode 100644 index 00000000..83cf07c3 --- /dev/null +++ b/ANDROID_3.4.5/arch/arm/mach-ebsa110/Makefile.boot @@ -0,0 +1,4 @@ + zreladdr-y += 0x00008000 +params_phys-y := 0x00000400 +initrd_phys-y := 0x00800000 + |