mirror of https://github.com/ARMmbed/mbed-os.git
Workaround to fix clang build
Change-Id: Ib0d207d4ca22ae239f6b40b95618b66eb329a29c Signed-off-by: Mark Horvath <mark.horvath@arm.com>pull/13196/head
parent
bdf2306f16
commit
37f26692b1
|
|
@ -19,6 +19,10 @@
|
||||||
#ifndef __REGION_DEFS_H__
|
#ifndef __REGION_DEFS_H__
|
||||||
#define __REGION_DEFS_H__
|
#define __REGION_DEFS_H__
|
||||||
|
|
||||||
|
#ifndef BL2
|
||||||
|
#define BL2
|
||||||
|
#endif
|
||||||
|
|
||||||
#include "flash_layout.h"
|
#include "flash_layout.h"
|
||||||
|
|
||||||
#define BL2_HEAP_SIZE (0x0001000)
|
#define BL2_HEAP_SIZE (0x0001000)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue