diff options
author | Tim Harvey <tharvey@gateworks.com> | 2014-08-08 05:35:43 (GMT) |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2014-08-20 10:52:58 (GMT) |
commit | 2325bb1898fe0d73d1f5252b4547e7c48b7c1b0a (patch) | |
tree | 1fdb976d9c7ea80030c7d8397515511fa6d08337 | |
parent | 63b85adcecdd019f049cbbebf10119cea45d3645 (diff) | |
download | u-boot-fsl-qoriq-2325bb1898fe0d73d1f5252b4547e7c48b7c1b0a.tar.xz |
imx: ventana: remove caam disable per eeprom bit
During manufacturing this bit is not getting enabled when it should be, so
we will ignore it.
Signed-off-by: Tim Harvey <tharvey@gateworks.com>
-rw-r--r-- | board/gateworks/gw_ventana/gw_ventana.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/gateworks/gw_ventana/gw_ventana.c b/board/gateworks/gw_ventana/gw_ventana.c index 3afb9fa..42d2709 100644 --- a/board/gateworks/gw_ventana/gw_ventana.c +++ b/board/gateworks/gw_ventana/gw_ventana.c @@ -1386,7 +1386,7 @@ const char *fdt_aliases[] = { "vpu", "csi0", "csi1", - "caam", + NULL, NULL, NULL, NULL, |