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

ARM64: zynqmp: Add cortexa53 edac node

This patch adds edac node for arm cortexa53 to report
errors on L1 and L2 caches.

Signed-off-by: Naga Sureshkumar Relli <nagasure@xilinx.com>
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
master
Naga Sureshkumar Relli 9 years ago committed by Michal Simek
parent 7418b7c6ea
commit aaf232f348
  1. 4
      arch/arm/dts/zynqmp.dtsi

@ -229,6 +229,10 @@
<1 10 0xf01>;
};
edac {
compatible = "arm,cortex-a53-edac";
};
amba_apu: amba_apu@0 {
compatible = "simple-bus";
#address-cells = <2>;

Loading…
Cancel
Save