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

ARM: tegra: fix include guard

cc: Stephen Warren <swarren@nvidia.com>
Signed-off-by: Jeroen Hofstee <jeroen@myspectrum.nl>
Acked-by: Stephen Warren <swarren@nvidia.com>
Signed-off-by: Tom Warren <twarren@nvidia.com>
master
Jeroen Hofstee 11 years ago committed by Tom Warren
parent c42ff090e4
commit 99dd16c60c
  1. 2
      include/configs/tegra-common-ums.h

@ -6,7 +6,7 @@
*/
#ifndef _TEGRA_COMMON_UMS_H_
#define _TEGRA_COMMON_UMS_H
#define _TEGRA_COMMON_UMS_H_
#ifndef CONFIG_SPL_BUILD
/* USB gadget, and mass storage protocol */

Loading…
Cancel
Save