namelen            32 lib/armutil/reboot.c 	int namelen=strlen(bootfile);
namelen            33 lib/armutil/reboot.c 	if(namelen > 3 && (strncmp(bootfile + namelen - 4,".FI",3) == 0)) {