Date:2010-05-01 19:40:59 (13 years 10 months ago)
Author:Maarten ter Huurne
Commit:507a71d20f7aa2cc806afb9d18f1fca058ad210d
Message:MIPS: JZ4740: A320: Force vmlinuz load address on Dingoo A320

The Dingux dual boot loader seems to require a fixed load address.
Files: arch/mips/boot/compressed/Makefile (1 diff)

Change Details

arch/mips/boot/compressed/Makefile
5858# Calculate the load address of the compressed kernel image
5959hostprogs-y := calc_vmlinuz_load_addr
6060
61ifeq ($(CONFIG_JZ4740_A320),y)
62VMLINUZ_LOAD_ADDRESS = 0x80600000
63else
6164VMLINUZ_LOAD_ADDRESS = $(shell $(obj)/calc_vmlinuz_load_addr \
6265        $(obj)/vmlinux.bin $(VMLINUX_LOAD_ADDRESS))
66endif
6367
6468vmlinuzobjs-y += $(obj)/piggy.o
6569

Archive Download the corresponding diff file



interactive