summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
Diffstat (limited to 'common')
-rw-r--r--common/image-android.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/common/image-android.c b/common/image-android.c
index a399b1c9e9..71b93da2d5 100644
--- a/common/image-android.c
+++ b/common/image-android.c
@@ -138,14 +138,6 @@ int android_image_get_kernel(const struct andr_img_hdr *hdr, int verify,
strncat(commandline, newbootargs, sizeof(commandline) - strlen(commandline));
#endif
-#ifdef CONFIG_TARGET_IMX8MM_DDR4_EVK
- sprintf(newbootargs," androidboot.wifivendor=BCM");
- strncat(commandline, newbootargs, sizeof(commandline) - strlen(commandline));
-#elif CONFIG_TARGET_IMX8MM_EVK
- sprintf(newbootargs," androidboot.wifivendor=QCA");
- strncat(commandline, newbootargs, sizeof(commandline) - strlen(commandline));
-#endif
-
/* append soc type into bootargs */
char *soc_type = env_get("soc_type");
if (soc_type) {