
2 Feb
2016
2 Feb
'16
4:55 a.m.
On 1 February 2016 at 20:53, Masahiro Yamada yamada.masahiro@socionext.com wrote:
Since commit ad1ecd2063da ("fdt: Build a U-Boot binary without device tree") and commit 03c25bcd263a ("fdt: Build an SPL binary without device tree"), we can use shorter file names for the output images.
The default configuration for UniPhier SoCs enables CONFIG_OF_SEPARATE and CONFIG_SPL_OF_CONTROL. In this case, spl/u-boot-spl-dtb.bin is the same as spl/u-boot-spl.bin. Likewise, u-boot-dtb.img is the same as u-boot.img. So, this change of the flow has no impact.
Signed-off-by: Masahiro Yamada yamada.masahiro@socionext.com
Changes in v2:
- Also update include/configs/uniphier.h
doc/README.uniphier | 6 +++--- include/configs/uniphier.h | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-)
Reviewed-by: Simon Glass sjg@chromium.org