summaryrefslogtreecommitdiff
path: root/include/configs
diff options
context:
space:
mode:
authorHaoran.Wang <elven.wang@nxp.com>2018-03-05 17:04:04 +0800
committerJi Luo <ji.luo@nxp.com>2018-08-20 21:25:44 +0800
commitfed4a26ead8b38a4e03ca192876016246fe3e601 (patch)
tree65ed38cad2013c330900b1a5ca9c73d998477756 /include/configs
parentb4b272189c043a67a41d81d9f779b2f029866b04 (diff)
[iot] Corrent product and variant name for Phanbell
This will make "fastboot flashall" work. Test: "fastboot flashall" work on imx8m_phanbell. Bug: 79999777 Change-Id: Iea25c79f761ccc57675980f41a8c3efc396109fb Signed-off-by: Haoran.Wang <elven.wang@nxp.com> Reviewed-on: http://androidsource.ap.freescale.net/project/4123 Reviewed-by: guoyin.chen <guoyin.chen@nxp.com>
Diffstat (limited to 'include/configs')
-rw-r--r--include/configs/imx8mq_phanbell.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/configs/imx8mq_phanbell.h b/include/configs/imx8mq_phanbell.h
index 75d682f62e0..12f4cc65eb1 100644
--- a/include/configs/imx8mq_phanbell.h
+++ b/include/configs/imx8mq_phanbell.h
@@ -283,4 +283,7 @@
#if defined (CONFIG_ANDROID_THINGS_SUPPORT)
#include "imx8mq_evk_androidthings.h"
#endif
+
+#define PRODUCT_NAME "imx8m"
+#define VARIANT_NAME "imx8m_phanbell"
#endif