Your ROOT_URL in app.ini is https://src.whiteboxsystems.nl/ but you are visiting http://src.whiteboxsystems.nl/Whitebox/u-boot/commit/b2daeb8e0ff2d753b7d171052fa0bd26ea7e8eca You should set ROOT_URL correctly, otherwise the web may not work correctly.
Release version 1.0.2
master
wdenk 21 years ago
parent bf9e3b38f7
commit b2daeb8e0f
  1. 2
      CHANGELOG
  2. 2
      cpu/mcf52x2/interrupts.c

@ -1,5 +1,5 @@
======================================================================
Changes since U-Boot 1.0.1:
Changes for U-Boot 1.0.2:
======================================================================
* Some code cleanup

@ -46,7 +46,7 @@
struct interrupt_action {
interrupt_handler_t *handler;
void *arg;
}
};
static struct interrupt_action irq_vecs[NR_IRQS];

Loading…
Cancel
Save