mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00:00
6 lines
306 B
Text
6 lines
306 B
Text
![]() |
# 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
|