Kevin Hilman khilman@baylibre.com writes:
By default, a uboot header is automatically added to the ramdisk image.
For bootloaders without INITRD_ATAG support, the ramdisk needs to be passed on the command line and cannot have the uboot header added.
To enable this feature, add a "ramdisk_raw" option that device files can set so that a uboot header is not added.
Signed-off-by: Kevin Hilman khilman@baylibre.com
Patch applies on 2016.9
FYI, I made a minor fix to this, and submitted it to gerrit: https://review.linaro.org/#/c/14817/
Kevin