hardkernel / u-boot

u-boot for odroid
179 stars 175 forks source link

Add support for "kernel_noload" image types #55

Open jaredmcneill opened 5 years ago

jaredmcneill commented 5 years ago

The "kernel_noload" U-Boot image type in newer U-Boot versions allows for booting a kernel in-place without having to specify a load address. The NetBSD kernel uses this feature to share a single kernel image across all FDT-capable ARM boards.