[U-Boot] [PATCH v2 4/9] fdt_support: delete force argument of fdt_chosen()
Simon Glass
sjg at chromium.org
Sat May 24 03:21:04 CEST 2014
On 17 April 2014 22:41, Masahiro Yamada <yamada.m at jp.panasonic.com> wrote:
> After all, we have realized "force" argument is completely
> useless. fdt_chosen() was always called with force = 1.
>
> We should always want to do the same thing
> (set appropriate value to the property)
> even if the property already exists.
>
> Signed-off-by: Masahiro Yamada <yamada.m at jp.panasonic.com>
Acked-by: Simon Glass <sjg at chromium.org>
> ---
>
> Changes in v2: None
>
> common/cmd_fdt.c | 2 +-
> common/fdt_support.c | 38 ++++++++++++--------------------------
> common/image-fdt.c | 2 +-
> include/fdt_support.h | 2 +-
> 4 files changed, 15 insertions(+), 29 deletions(-)
More information about the U-Boot
mailing list