configs: mt8183: android: specify device tree path

Since we moved the android firmware node in mt8183's device tree, we
must inform init of its new location.

Do so by setting the new path in the kernel commandline.

Bug: https://baylibre.atlassian.net/browse/RITA-82
Signed-off-by: Mattijs Korpershoek <mkorpershoek@baylibre.com>
diff --git a/include/configs/mt8183.h b/include/configs/mt8183.h
index 6f97435..7c8bcac 100644
--- a/include/configs/mt8183.h
+++ b/include/configs/mt8183.h
@@ -60,6 +60,7 @@
 	"part number-format dec;" \
 	"part number mmc ${mmcdev} system rootfs_partition;" \
 	"setenv bootargs  \"${bootargs} root=/dev/mmcblk${mmcdev}p${rootfs_partition}\";" \
+	"setenv bootargs  \"${bootargs} androidboot.android_dt_dir=/proc/device-tree/odm/firmware/android/\";" \
 	"bootm ${loadaddr};"
 
 /*