ARM: imx: apalis_imx6: Drop ad-hoc SATA binding
[oweals/u-boot.git] / board / cobra5272 / flash.c
index 4fac6880f16508ffb537668253a4f9725a51fa09..e5edc2a0401e9ae1a58df7ee2dbfde9d86fd8283 100644 (file)
@@ -1,8 +1,7 @@
+// SPDX-License-Identifier: GPL-2.0+
 /*
  * (C) Copyright 2000-2003
  * Wolfgang Denk, DENX Software Engineering, wd@denx.de.
- *
- * SPDX-License-Identifier:    GPL-2.0+
  */
 
 #include <common.h>
@@ -216,7 +215,7 @@ int flash_erase (flash_info_t * info, int s_first, int s_last)
                                goto outahere;
                        }
                        if (chip1 == TMO) {
-                               rc = ERR_TIMOUT;
+                               rc = ERR_TIMEOUT;
                                goto outahere;
                        }