xref: /linux/arch/mips/econet/Platform (revision a34b0e4e21d6be3c3d620aa7f9dfbf0e9550c19e)
1# To address a 7.2MB kernel size limit in the EcoNet SDK bootloader,
2# we put the load address well above where the bootloader loads and then use
3# zboot. So please set CONFIG_ZBOOT_LOAD_ADDRESS to the address where your
4# bootloader actually places the kernel.
5load-$(CONFIG_ECONET)	+= 0xffffffff81000000
6