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