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

lib_generic/crc32.c: add missing #include <watchdog.h>

Signed-off-by: Wolfgang Denk <wd@denx.de>
master
Wolfgang Denk 17 years ago
parent 03ccdbcd56
commit aff4f86448
  1. 1
      lib_generic/crc32.c

@ -13,6 +13,7 @@
#else
#include <stdint.h>
#endif
#include <watchdog.h>
#include "zlib.h"

Loading…
Cancel
Save