ref: b655b80b15ef2d934fd68bdf280aa0e0d6659287
parent: b7c1a1272d3b24c5fdc3246ed10c0dc9c6f8bd31
author: Roberto E. Vargas Caballero <k0ga@shike2.com>
date: Tue Nov 28 15:33:40 EST 2017
[myro] Remove blob section type It is not longer needed because file and load flags allow a better control.
--- a/inc/myro.h
+++ b/inc/myro.h
@@ -51,7 +51,6 @@
MYROSEC_LOAD = 1 << 3,
MYROSEC_FILE = 1 << 4,
MYROSEC_ABS = 1 << 5,
- MYROSEC_BLOB = 1 << 6,
};
extern int wrmyrohdr(FILE *fp, struct myrohdr *hdr);