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

ARM: iMX: define an IMX_CONFIG Kconfig option

IMX_CONFIG is currently passed via the SYS_EXTRA_OPTIONS which is marked
as deprecated.

Add a new Kconfig file under arch/arm/imx-common and define the
IMX_CONFIG Kconfig in there.

Each board is supposed to provide a default value pointing to the
appropriate imximage.cfg file.

Signed-off-by: Boris Brezillon <boris.brezillon@free-electrons.com>
master
Boris BREZILLON 10 years ago committed by Stefano Babic
parent 89ebc82137
commit a05a6045d5
  1. 2
      arch/arm/Kconfig
  2. 2
      arch/arm/imx-common/Kconfig

@ -767,6 +767,8 @@ source "arch/arm/cpu/armv7/Kconfig"
source "arch/arm/cpu/armv8/Kconfig"
source "arch/arm/imx-common/Kconfig"
source "board/aristainetos/Kconfig"
source "board/BuR/kwb/Kconfig"
source "board/BuR/tseries/Kconfig"

@ -0,0 +1,2 @@
config IMX_CONFIG
string
Loading…
Cancel
Save