summaryrefslogtreecommitdiff
path: root/u-boot-u8500.spec
diff options
context:
space:
mode:
authorRobert Rosengren <robert.rosengren@stericsson.com>2010-12-15 09:48:59 +0100
committerMichael BRANDT <michael.brandt@stericsson.com>2011-01-27 16:06:37 +0100
commitbc03d1e9728ab1faa9eebbee3ed90e57bd27c051 (patch)
tree32733565d203074d952928421c8edb481342e230 /u-boot-u8500.spec
parent3f27019fbb4a5c411e80c5c876bfae0a67228da5 (diff)
db8500: Verify signature of kernel before booting
Verification of the kernel and ITP signature before allowing to boot is added. This feature is configurable and by default not activated. MeeGo- built RPM will have this enabled. ST-Ericsson ID: WP275634, ER275440 Change-Id: Ib888f39dd5dca1bc8b7d6e1b002da83a77908b07 Reviewed-on: http://gerrit.lud.stericsson.com/gerrit/11415 Tested-by: Robert ROSENGREN <robert.rosengren@stericsson.com> Reviewed-by: Michael BRANDT <michael.brandt@stericsson.com> Reviewed-by: QATOOLS Reviewed-by: Jens WIKLANDER <jens.wiklander@stericsson.com>
Diffstat (limited to 'u-boot-u8500.spec')
-rw-r--r--u-boot-u8500.spec2
1 files changed, 1 insertions, 1 deletions
diff --git a/u-boot-u8500.spec b/u-boot-u8500.spec
index 8d0f1bdd6..a76820418 100644
--- a/u-boot-u8500.spec
+++ b/u-boot-u8500.spec
@@ -37,7 +37,7 @@ cp %{SOURCE1} .
%build
#Make default config for variant
-make %{variant_name}_def_config
+make %{variant_name}_secboot_config
#Build-id needed/wanted by rpmbuild
export LDFLAGS="$LDFLAGS --build-id"