X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=include%2Fatf_common.h;h=fd5454c55b4b83234a0e53bcbe8eadee1f1fabcd;hb=0a94007e829876c7ebd49daebfaa90eea25801b8;hp=8c513e7c3e04f70d54663a1a42702ef957446c92;hpb=bcc1726a7bdd910b482528fde2faef21bff3b361;p=oweals%2Fu-boot.git diff --git a/include/atf_common.h b/include/atf_common.h index 8c513e7c3e..fd5454c55b 100644 --- a/include/atf_common.h +++ b/include/atf_common.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-3-Clause */ /* * This is from the ARM TF Project, * Repository: https://github.com/ARM-software/arm-trusted-firmware.git @@ -5,8 +6,6 @@ * Portions copyright (c) 2013-2016, ARM Limited and Contributors. All rights * reserved. * Copyright (C) 2016-2017 Rockchip Electronic Co.,Ltd - * - * SPDX-License-Identifier: BSD-3-Clause */ #ifndef __BL_COMMON_H__ @@ -178,6 +177,6 @@ struct bl2_to_bl31_params_mem { struct entry_point_info bl31_ep_info; }; -#endif /*__ASSEMBLY__*/ +#endif /*__ASSEMBLY__ */ #endif /* __BL_COMMON_H__ */