Skip to content

Commit 37f2669

Browse files
mark-horvath-armgbrtth
authored andcommitted
Workaround to fix clang build
Change-Id: Ib0d207d4ca22ae239f6b40b95618b66eb329a29c Signed-off-by: Mark Horvath <mark.horvath@arm.com>
1 parent bdf2306 commit 37f2669

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

targets/TARGET_ARM_SSG/TARGET_MUSCA_S1/partition/region_defs.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@
1919
#ifndef __REGION_DEFS_H__
2020
#define __REGION_DEFS_H__
2121

22+
#ifndef BL2
23+
#define BL2
24+
#endif
25+
2226
#include "flash_layout.h"
2327

2428
#define BL2_HEAP_SIZE (0x0001000)

0 commit comments

Comments
 (0)