mirror of
https://github.com/patjak/facetimehd.git
synced 2026-04-09 19:10:01 +02:00
facetimehd: Don't do a full memory verification
It can probably be skipped all together but let's settle for a short one for now.
This commit is contained in:
@@ -697,7 +697,7 @@ int fthd_hw_init(struct fthd_private *dev_priv)
|
|||||||
}
|
}
|
||||||
*/
|
*/
|
||||||
|
|
||||||
ret = fthd_ddr_verify_mem(dev_priv, 0, MEM_VERIFY_NUM_FULL);
|
ret = fthd_ddr_verify_mem(dev_priv, 0, MEM_VERIFY_NUM);
|
||||||
if (ret) {
|
if (ret) {
|
||||||
dev_err(&dev_priv->pdev->dev,
|
dev_err(&dev_priv->pdev->dev,
|
||||||
"Full memory verification failed! (%d)\n", ret);
|
"Full memory verification failed! (%d)\n", ret);
|
||||||
|
|||||||
Reference in New Issue
Block a user