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

ColdFire: Remove compiler warning messages

Remove unused variables and printf type mismatch in
lib_m68k/board.c

Signed-off-by: TsiChung Liew <tsicliew@gmail.com>
master
TsiChung Liew 16 years ago committed by TsiChung Liew
parent 4567c7bff2
commit 11d88b26a6
  1. 2
      lib_m68k/board.c

@ -535,7 +535,7 @@ void board_init_r (gd_t *id, ulong dest_addr)
*/
s = getenv ("flashchecksum");
if (s && (*s == 'y')) {
printf (" CRC: %08lX",
printf (" CRC: %08X",
crc32 (0,
(const unsigned char *) CONFIG_SYS_FLASH_BASE,
flash_size)

Loading…
Cancel
Save