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

ARM: mx5: Fix CHSCCDR name

Fix the name of the CCM CHSCCDR register.

Signed-off-by: Marek Vasut <marex@denx.de>
master
Marek Vasut 11 years ago committed by Stefano Babic
parent 5494b92dea
commit 68968901e7
  1. 2
      arch/arm/include/asm/arch-mx5/crm_regs.h

@ -40,7 +40,7 @@ struct mxc_ccm_reg {
u32 cs1cdr;
u32 cs2cdr;
u32 cdcdr; /* 0x0030 */
u32 chscdr;
u32 chsccdr;
u32 cscdr2;
u32 cscdr3;
u32 cscdr4; /* 0x0040 */

Loading…
Cancel
Save