diff --git a/common/desc_image_load.c b/common/desc_image_load.c index 672b80b..0ea247c 100644 --- a/common/desc_image_load.c +++ b/common/desc_image_load.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, ARM Limited and Contributors. All rights reserved. + * Copyright (c) 2016-2018, ARM Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ @@ -10,8 +10,6 @@ #include -extern bl_mem_params_node_t *bl_mem_params_desc_ptr; -extern unsigned int bl_mem_params_desc_num; static bl_load_info_t bl_load_info; static bl_params_t next_bl_params;