meta-odroid
meta-odroid copied to clipboard
odroid: clean up machine config files
Remove unused and duplicated variables, clean whitespace.
Signed-off-by: Renato Caldas [email protected]
I suspect it was originally meant to be used in IMAGE_BOOT_FILES
.
Since afe964192bb057e79a3610aec6e89b86dd94235e, it can be computed from KERNEL_DEVICETREE
using make_dtb_boot_files()
.
Ended up increasing the scope of the original PR, so updated accordingly.