Workaround to fix clang build

Change-Id: Ib0d207d4ca22ae239f6b40b95618b66eb329a29c
Signed-off-by: Mark Horvath <mark.horvath@arm.com>
pull/13196/head
Mark Horvath 2020-06-22 16:35:43 +02:00 committed by Gabor Toth
parent bdf2306f16
commit 37f26692b1
1 changed files with 4 additions and 0 deletions

View File

@ -19,6 +19,10 @@
#ifndef __REGION_DEFS_H__
#define __REGION_DEFS_H__
#ifndef BL2
#define BL2
#endif
#include "flash_layout.h"
#define BL2_HEAP_SIZE (0x0001000)