fdt_support: delete force argument of fdt_initrd()
After all, we have realized "force" argument is completely useless. fdt_initrd() 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@jp.panasonic.com> Acked-by:
Simon Glass <sjg@chromium.org>
Showing
- arch/microblaze/lib/bootm.c 1 addition, 1 deletionarch/microblaze/lib/bootm.c
- common/cmd_fdt.c 1 addition, 1 deletioncommon/cmd_fdt.c
- common/fdt_support.c 15 additions, 20 deletionscommon/fdt_support.c
- common/image-fdt.c 1 addition, 1 deletioncommon/image-fdt.c
- include/fdt_support.h 1 addition, 1 deletioninclude/fdt_support.h
Loading
Please register or sign in to comment