Your ROOT_URL in app.ini is https://src.whiteboxsystems.nl/ but you are visiting http://src.whiteboxsystems.nl/Whitebox/u-boot/commit/6797630685ab47512787b5dbaf44ca801f16d317
You should set ROOT_URL correctly, otherwise the web may not work correctly.
8 changed files with
8 additions and
8 deletions
arch/arm/mach-uniphier/clk/clk-ld4.c
arch/arm/mach-uniphier/clk/clk-pro4.c
arch/arm/mach-uniphier/clk/clk-pro5.c
arch/arm/mach-uniphier/clk/clk-pxs2.c
arch/arm/mach-uniphier/early-clk/early-clk-ld4.c
arch/arm/mach-uniphier/early-clk/early-clk-pro5.c
arch/arm/mach-uniphier/early-clk/early-clk-pxs2.c
lib/Kconfig
@ -27,7 +27,7 @@ void uniphier_ld4_clk_init(void)
writel ( tmp , SC_RSTCTRL ) ;
readl ( SC_RSTCTRL ) ; /* dummy read */
/* pri vide clocks */
/* pro vide clocks */
tmp = readl ( SC_CLKCTRL ) ;
# ifdef CONFIG_UNIPHIER_ETH
tmp | = SC_CLKCTRL_CEN_ETHER ;
@ -38,7 +38,7 @@ void uniphier_pro4_clk_init(void)
readl ( SC_RSTCTRL2 ) ; /* dummy read */
# endif
/* pri vide clocks */
/* pro vide clocks */
tmp = readl ( SC_CLKCTRL ) ;
# ifdef CONFIG_USB_XHCI_UNIPHIER
tmp | = SC_CLKCTRL_CEN_USB31 | SC_CLKCTRL_CEN_USB30 |
@ -31,7 +31,7 @@ void uniphier_pro5_clk_init(void)
readl ( SC_RSTCTRL2 ) ; /* dummy read */
# endif
/* pri vide clocks */
/* pro vide clocks */
tmp = readl ( SC_CLKCTRL ) ;
# ifdef CONFIG_USB_XHCI_UNIPHIER
tmp | = SC_CLKCTRL_CEN_USB31 | SC_CLKCTRL_CEN_USB30 |
@ -34,7 +34,7 @@ void uniphier_pxs2_clk_init(void)
readl ( SC_RSTCTRL2 ) ; /* dummy read */
# endif
/* pri vide clocks */
/* pro vide clocks */
tmp = readl ( SC_CLKCTRL ) ;
# ifdef CONFIG_USB_XHCI_UNIPHIER
tmp | = SC_CLKCTRL_CEN_USB31 | SC_CLKCTRL_CEN_USB30 |
@ -24,7 +24,7 @@ int uniphier_ld4_early_clk_init(const struct uniphier_board_data *bd)
writel ( tmp , SC_RSTCTRL ) ;
readl ( SC_RSTCTRL ) ; /* dummy read */
/* pri vide clocks */
/* pro vide clocks */
tmp = readl ( SC_CLKCTRL ) ;
tmp | = SC_CLKCTRL_CEN_UMC | SC_CLKCTRL_CEN_SBC | SC_CLKCTRL_CEN_PERI ;
writel ( tmp , SC_CLKCTRL ) ;
@ -26,7 +26,7 @@ int uniphier_pro5_early_clk_init(const struct uniphier_board_data *bd)
writel ( tmp , SC_RSTCTRL4 ) ;
readl ( SC_RSTCTRL ) ; /* dummy read */
/* pri vide clocks */
/* pro vide clocks */
tmp = readl ( SC_CLKCTRL ) ;
tmp | = SC_CLKCTRL_CEN_SBC | SC_CLKCTRL_CEN_PERI ;
writel ( tmp , SC_CLKCTRL ) ;
@ -30,7 +30,7 @@ int uniphier_pxs2_early_clk_init(const struct uniphier_board_data *bd)
writel ( tmp , SC_RSTCTRL4 ) ;
readl ( SC_RSTCTRL4 ) ; /* dummy read */
/* pri vide clocks */
/* pro vide clocks */
tmp = readl ( SC_CLKCTRL ) ;
tmp | = SC_CLKCTRL_CEN_SBC | SC_CLKCTRL_CEN_PERI ;
writel ( tmp , SC_CLKCTRL ) ;
@ -16,7 +16,7 @@ config USE_PRIVATE_LIBGCC
depends on HAVE_PRIVATE_LIBGCC
help
This option allows you to use the built-in libgcc implementation
of U-Boot instead of the one pri vided by the compiler.
of U-Boot instead of the one pro vided by the compiler.
If unsure, say N.
config SYS_HZ