
31 Jan
2016
31 Jan
'16
5:17 p.m.
Hi Simon,
2016-01-29 12:24 GMT+09:00 Simon Glass sjg@chromium.org:
When OF_CONTROL is enabled, u-boot.img has no purpose since it does not include the required device tree binary.
Why?
u-boot.img is created on u-boot.bin and, since 2/7, u-boot.bin includes DTB as needed.
The correct image to use is u-boot-dtb.img with OF_CONTROL but u-boot.img without OF_CONTROL.
Create u-boot.img even when OF_CONTROL is enabled, so that this file can be used in both cases.
Signed-off-by: Simon Glass sjg@chromium.org
--
Best Regards
Masahiro Yamada