ODROID-C5: env: remove unsupported commands 'keyman'/'factory_provision'

Change-Id: Iae328ae329b8c32818504e509378af43b77a75d1
diff --git a/board/amlogic/env/android_ott.env b/board/amlogic/env/android_ott.env
index 5f6e6cb..d71cdfe 100644
--- a/board/amlogic/env/android_ott.env
+++ b/board/amlogic/env/android_ott.env
@@ -269,23 +269,5 @@
 
 cmdline_keys=
 	setenv region_code US;
-	if keyman init 0x1234; then
-		if keyman read usid ${loadaddr} str; then
-			setenv bootconfig ${bootconfig} androidboot.serialno=${usid};
-			setenv serial ${usid}; setenv serial# ${usid};
-		else
-			setenv bootconfig ${bootconfig} androidboot.serialno=${product}${cpu_id};
-			setenv serial ${product}${cpu_id}; setenv serial# ${product}${cpu_id};
-		fi;
-		if keyman read region_code ${loadaddr} str; then fi;
-		if keyman read mac ${loadaddr} str; then
-			setenv bootargs ${bootargs} mac=${mac};
-			setenv bootconfig ${bootconfig} androidboot.mac=${mac};
-		fi;
-		if keyman read deviceid ${loadaddr} str; then
-			setenv bootconfig ${bootconfig} androidboot.deviceid=${deviceid};
-		fi;
-	fi;
 	setenv bootconfig ${bootconfig} androidboot.wificountrycode=${region_code};
-	factory_provision init;