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

ti: omap-common: Allow AM33xx devices to be built securely

Like OMAP54xx and AM43xx family SoCs, AM33xx based SoCs have high
security enabled models. Allow AM33xx devices to be built with
HS Device Type Support.

Signed-off-by: Andrew F. Davis <afd@ti.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
Acked-by: Lokesh Vutla <lokeshvutla@ti.com>
master
Andrew F. Davis 9 years ago committed by Tom Rini
parent b0a4eea1a0
commit ba84e6ae1f
  1. 2
      arch/arm/cpu/armv7/omap-common/Kconfig

@ -1,6 +1,6 @@
config TI_SECURE_DEVICE
bool "HS Device Type Support"
depends on OMAP54XX || AM43XX
depends on OMAP54XX || AM43XX || AM33XX
help
If a high secure (HS) device type is being used, this config
must be set. This option impacts various aspects of the

Loading…
Cancel
Save