diff options
Diffstat (limited to 'tools/binman/test/embed_data.c')
| -rw-r--r-- | tools/binman/test/embed_data.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/binman/test/embed_data.c b/tools/binman/test/embed_data.c index 47d8c38248c..08b68c550f6 100644 --- a/tools/binman/test/embed_data.c +++ b/tools/binman/test/embed_data.c @@ -7,6 +7,7 @@ */ int first[10] = {1}; +int before[2] __attribute__((section(".embed"))) = {2, 3}; int embed[3] __attribute__((section(".embed"))) = {0x1234, 0x5678}; int second[10] = {1}; |
