--- embedtools/inc/defs.h 2014/01/28 22:03:01 1.4.2.2 +++ embedtools/inc/defs.h 2014/01/28 22:07:45 1.4.2.3 @@ -3,7 +3,7 @@ * by Michael Pounov * * $Author: misho $ - * $Id: defs.h,v 1.4.2.2 2014/01/28 22:03:01 misho Exp $ + * $Id: defs.h,v 1.4.2.3 2014/01/28 22:07:45 misho Exp $ * ************************************************************************** The ELWIX and AITNET software is distributed under the following @@ -81,6 +81,7 @@ SUCH DAMAGE. #define DRV_UB_ENV_MAP "/dev/map/u-boot-env" #define UBE_CFGNAME "/etc/ube.conf" +#define UBE_SECTION "64K" #define VERB(x) if ((x) <= Verbose) #define FTRACE(x) if ((x) <= Verbose) syslog(LOG_DEBUG, "Debug:: I`m %s(%d) ...\n", __func__, __LINE__)