diff options
author | Antonio Niño Díaz <antonio.ninodiaz@arm.com> | 2019-04-12 10:40:11 +0000 |
---|---|---|
committer | TrustedFirmware Code Review <review@review.trustedfirmware.org> | 2019-04-12 10:40:11 +0000 |
commit | 5e2f1ce276e10fbdf54ca9f8db38fe3f3fecd25a (patch) | |
tree | a2c6c28c4fae21eedee8a7df06eb238c8b3e6509 /plat | |
parent | 4b9d01d5b2dde5fb3e3608001e8d1b5b4546a48b (diff) | |
parent | 573b4cd22698e8a4b39df2573e2e501b7538279e (diff) | |
download | platform_external_arm-trusted-firmware-5e2f1ce276e10fbdf54ca9f8db38fe3f3fecd25a.tar.gz platform_external_arm-trusted-firmware-5e2f1ce276e10fbdf54ca9f8db38fe3f3fecd25a.tar.bz2 platform_external_arm-trusted-firmware-5e2f1ce276e10fbdf54ca9f8db38fe3f3fecd25a.zip |
Merge changes from topic "pb/tbbr-oid" into integration
* changes:
doc: Clarify cert_create build when USE_TBBR_DEFS=0
plat/sgm: Remove redundant platform_oid.h
Diffstat (limited to 'plat')
-rw-r--r-- | plat/arm/css/sgm/include/platform_oid.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/plat/arm/css/sgm/include/platform_oid.h b/plat/arm/css/sgm/include/platform_oid.h deleted file mode 100644 index fd1854a03..000000000 --- a/plat/arm/css/sgm/include/platform_oid.h +++ /dev/null @@ -1,12 +0,0 @@ -/* - * Copyright (c) 2018, ARM Limited and Contributors. All rights reserved. - * - * SPDX-License-Identifier: BSD-3-Clause - */ - -#include <plat/arm/board/common/board_arm_oid.h> - -/* - * Required platform OIDs - * (Provided by included header) - */ |