From ba6980a8db0215ba42c103b80f8981cfda80171c Mon Sep 17 00:00:00 2001 From: Sandrine Bailleux Date: Mon, 2 Dec 2013 15:41:25 +0000 Subject: Move RUN_IMAGE constant from bl1.h to bl_common.h RUN_IMAGE constant is used by all bootloader stages. Change-Id: I1b4e28d8fcf3ad1363f202c859f5efab0f320efe --- common/bl_common.c | 1 - 1 file changed, 1 deletion(-) (limited to 'common') diff --git a/common/bl_common.c b/common/bl_common.c index 8183337c..d6ee954f 100644 --- a/common/bl_common.c +++ b/common/bl_common.c @@ -37,7 +37,6 @@ #include #include #include -#include /*********************************************************** * Memory for sharing data while changing exception levels. -- cgit