summaryrefslogtreecommitdiff
path: root/include/configs/mx6sxsabreautoandroid.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/configs/mx6sxsabreautoandroid.h')
-rw-r--r--include/configs/mx6sxsabreautoandroid.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/include/configs/mx6sxsabreautoandroid.h b/include/configs/mx6sxsabreautoandroid.h
index fcac0c2397..7c190211ed 100644
--- a/include/configs/mx6sxsabreautoandroid.h
+++ b/include/configs/mx6sxsabreautoandroid.h
@@ -10,8 +10,6 @@
#define __MX6SX_SABREAUTO_ANDROID_H
#include "mx_android_common.h"
-/* For NAND we don't support lock/unlock */
-#ifndef CONFIG_NAND_BOOT
#define CONFIG_FASTBOOT_LOCK
#define FSL_FASTBOOT_FB_DEV "mmc"
#define FASTBOOT_ENCRYPT_LOCK
@@ -19,11 +17,5 @@
#define CONFIG_CMD_FSL_CAAM_KB
#define CONFIG_SHA1
#define CONFIG_SHA256
-#endif
-
-
-#if defined(CONFIG_FASTBOOT_STORAGE_NAND)
-#define ANDROID_FASTBOOT_NAND_PARTS "16m@64m(boot) 16m@80m(recovery) 1m@96m(misc) 810m@97m(android_root)ubifs"
-#endif
#endif