boot_setenv
extern int boot_setenv(const char *name, const char *value);
#define SETENV(k, v) boot_setenv(k, v)