1*35fb26f9SCaleb James DeLisle# To address a 7.2MB kernel size limit in the EcoNet SDK bootloader, 2*35fb26f9SCaleb James DeLisle# we put the load address well above where the bootloader loads and then use 3*35fb26f9SCaleb James DeLisle# zboot. So please set CONFIG_ZBOOT_LOAD_ADDRESS to the address where your 4*35fb26f9SCaleb James DeLisle# bootloader actually places the kernel. 5*35fb26f9SCaleb James DeLisleload-$(CONFIG_ECONET) += 0xffffffff81000000 6