app/aboot: Add spport for fastboot oem device-info command.

-- Adds "fastboot oem device-info" command to read status of device tampered and unlock flag.
-- Do not set tamper fuse in TZ after recovery reset.

Change-Id: Ic3ae07879ebac9fcbb1896dd59a26897e12fe802
diff --git a/app/aboot/devinfo.h b/app/aboot/devinfo.h
index 51cc9c7..e990203 100644
--- a/app/aboot/devinfo.h
+++ b/app/aboot/devinfo.h
@@ -39,7 +39,7 @@
 {
 	unsigned char magic[DEVICE_MAGIC_SIZE];
 	bool is_unlocked;
-	bool is_rooted;
+	bool is_tampered;
 };
 
 #endif