| Index: set.c
|
| diff --git a/set.c b/set.c
|
| index 36237889e94ee3527d27dbc966843f44807952af..70c952233f950a1479bcf304d710ff62f10ae01c 100644
|
| --- a/set.c
|
| +++ b/set.c
|
| @@ -24,7 +24,6 @@
|
| * set.c - State setting support for the cbootimage tool
|
| */
|
|
|
| -#include <math.h>
|
| #include "set.h"
|
| #include "cbootimage.h"
|
| #include "crypto.h"
|
| @@ -40,8 +39,6 @@
|
| * A SetXXX() function may not call any parseing functions.
|
| */
|
|
|
| -#define NV_MAX(a, b) (((a) > (b)) ? (a) : (b))
|
| -
|
| #define CASE_DEVICE_VALUE(prefix, id) \
|
| case token_##id: \
|
| (void)context->bctlib.setdev_param(index, \
|
|
|