Skip to content

Commit 4b3e9e3

Browse files
mark-horvath-armgbrtth
authored andcommitted
Workaround to fix clang build
Change-Id: I4be7e6e5df8ffcc13a2360b83cec7d487fa77341 Signed-off-by: Mark Horvath <[email protected]>
1 parent ce60a87 commit 4b3e9e3

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)