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

Correct the irq value of DUART2

master
Haiying Wang 19 years ago committed by Jon Loeliger
parent 9cb3e8816a
commit 71748af833
  1. 2
      board/mpc8641hpcn/oftree.dts

@ -187,7 +187,7 @@
compatible = "ns16550";
reg = <4600 100>;
clock-frequency = <0>;
interrupts = <2a 2>;
interrupts = <1c 2>;
interrupt-parent = <40000>;
};

Loading…
Cancel
Save