summaryrefslogtreecommitdiff
path: root/configs/colibri_imx6_nospl_defconfig
diff options
context:
space:
mode:
authorStefan Agner <stefan.agner@toradex.com>2017-03-10 01:17:49 (GMT)
committerStefano Babic <sbabic@denx.de>2017-03-19 16:29:07 (GMT)
commitbf7d183e361eb201f792f4c6e56e901b156469b2 (patch)
tree19ecd7b012729e9486d33d95a0bf3207f968e32d /configs/colibri_imx6_nospl_defconfig
parent9b548bf856ae4a39bec6a1b00f33cae4ec843eec (diff)
downloadu-boot-bf7d183e361eb201f792f4c6e56e901b156469b2.tar.xz
toradex apalis/colibri: use common USB product id fallback
All modules use the common g_dnl_bind_fixup implementaton which calculates the PID according to product id (read from the config block) plus offset of 0x4000. In case there is no config block support (e.g. SPL) or in case the config block is not readable, fall back to a generic product id (product id 0, which can be interpreted as "Unknown Module"). Signed-off-by: Stefan Agner <stefan.agner@toradex.com> Acked-by: Max Krummenacher <max.krummenacher@toradex.com>
Diffstat (limited to 'configs/colibri_imx6_nospl_defconfig')
-rw-r--r--configs/colibri_imx6_nospl_defconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/colibri_imx6_nospl_defconfig b/configs/colibri_imx6_nospl_defconfig
index c75f7d4..4a8beaf 100644
--- a/configs/colibri_imx6_nospl_defconfig
+++ b/configs/colibri_imx6_nospl_defconfig
@@ -38,6 +38,6 @@ CONFIG_CI_UDC=y
CONFIG_USB_GADGET_DOWNLOAD=y
CONFIG_G_DNL_MANUFACTURER="Toradex"
CONFIG_G_DNL_VENDOR_NUM=0x1b67
-CONFIG_G_DNL_PRODUCT_NUM=0x4020
+CONFIG_G_DNL_PRODUCT_NUM=0x4000
CONFIG_OF_LIBFDT=y
# CONFIG_EFI_LOADER is not set