Your ROOT_URL in app.ini is https://src.whiteboxsystems.nl/ but you are visiting http://src.whiteboxsystems.nl/Whitebox/u-boot/commit/d9f5d99245a32d95ae6aeb89a4ed258f7d1cea97 You should set ROOT_URL correctly, otherwise the web may not work correctly.

reset: declare fdtdec_phandle_args as struct to fix warning

The of_xlate() callback needs to know fdtdec_phandle_args is struct.

Otherwise, the following warning is displayed.

include/reset-uclass.h:40:11: warning: 'struct fdtdec_phandle_args'
declared inside parameter list
    struct fdtdec_phandle_args *args);
           ^
include/reset-uclass.h:40:11: warning: its scope is only this
definition or declaration, which is probably not what you want

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
master
Masahiro Yamada 9 years ago
parent 66e3efebbc
commit d9f5d99245
  1. 1
      include/reset-uclass.h

@ -11,6 +11,7 @@
#include <reset.h>
struct fdtdec_phandle_args;
struct udevice;
/**

Loading…
Cancel
Save