summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorWinter Wang <wente.wang@nxp.com>2016-09-26 10:17:15 +0800
committerWinter Wang <wente.wang@nxp.com>2016-09-26 10:17:15 +0800
commit7ee244554b4fb048b7086b72fde939a4ce923918 (patch)
tree4e96364f057bafbab7ef9cb074948ff5c7d7d18a /include
parent43bf3551e95d8564a102a7bcfebae05b8744c0fe (diff)
downloadu-boot-imx-7ee244554b4fb048b7086b72fde939a4ce923918.zip
u-boot-imx-7ee244554b4fb048b7086b72fde939a4ce923918.tar.gz
u-boot-imx-7ee244554b4fb048b7086b72fde939a4ce923918.tar.bz2
MA-8775 picoimx: 'fastboot getvar product' incorrect
change PRODUCT_NAME to 'imx6ul' Signed-off-by: Winter Wang <wente.wang@nxp.com>
Diffstat (limited to 'include')
-rw-r--r--include/configs/picosom-imx6ul.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/picosom-imx6ul.h b/include/configs/picosom-imx6ul.h
index b169eef..2bd4f84 100644
--- a/include/configs/picosom-imx6ul.h
+++ b/include/configs/picosom-imx6ul.h
@@ -391,6 +391,6 @@
#define CONFIG_USB_FASTBOOT_BUF_SIZE 0xc800000
#endif
-#define PRODUCT_NAME "picoimx"
+#define PRODUCT_NAME "imx6ul"
#endif