
17 Oct
2014
17 Oct
'14
10:23 p.m.
Hi Simon,
On Wed, 15 Oct 2014 02:05:32 -0600 Simon Glass sjg@chromium.org wrote: ...
- else if (strncmp(argv[1], "boa", 3) == 0) {
int err = ft_board_setup(working_fdt, gd->bd);
if (err) {
printf("Failed to add board information to FDT: %s\n",
fdt_strerror(err));
ft_board_setup() can also remove nodes or properties, so a message like "Failed to update board information in FDT: %s\n" would be better here.
Thanks,
Anatolij