Skip to content

Commit 361b400

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 464c975 commit 361b400

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
@@ -17,6 +17,10 @@
1717
#ifndef __REGION_DEFS_H__
1818
#define __REGION_DEFS_H__
1919

20+
#ifndef BL2
21+
#define BL2
22+
#endif
23+
2024
#include "flash_layout.h"
2125

2226
#define BL2_HEAP_SIZE (0x0001000)

0 commit comments

Comments
 (0)