From: 黄涛 Date: Tue, 27 Apr 2010 13:17:52 +0000 (+0000) Subject: set zreladdr to 0x60008000 X-Git-Tag: firefly_0821_release~11592 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=b637f1ce1442d2fb26ea6958ab2b0409daaa98f6;p=firefly-linux-kernel-4.4.55.git set zreladdr to 0x60008000 --- diff --git a/arch/arm/mach-rk2818/Makefile.boot b/arch/arm/mach-rk2818/Makefile.boot index 24dfbf8c07c4..0706dc3c698a 100644 --- a/arch/arm/mach-rk2818/Makefile.boot +++ b/arch/arm/mach-rk2818/Makefile.boot @@ -1,3 +1,3 @@ - zreladdr-y := 0x10008000 -params_phys-y := 0x10000100 -initrd_phys-y := 0x10800000 + zreladdr-y := 0x60008000 +params_phys-y := 0x60000100 +initrd_phys-y := 0x60800000