diff options
| author | Tom Rini <[email protected]> | 2022-03-11 09:12:00 -0500 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2022-03-18 12:48:17 -0400 |
| commit | 5f7c886c8218a5dc8ac63fff93ec937a6ed5b200 (patch) | |
| tree | 366a965c153c19e2c68a80f2d74d06d4ad6b60b2 /include | |
| parent | fdd0da4ca432f227cfa19c9c1e6daf31910b6261 (diff) | |
Convert CONFIG_A008044_WORKAROUND to Kconfig
This converts the following to Kconfig:
CONFIG_A008044_WORKAROUND
Signed-off-by: Tom Rini <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/T104xRDB.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/include/configs/T104xRDB.h b/include/configs/T104xRDB.h index 8a71807679e..d66ad8c481c 100644 --- a/include/configs/T104xRDB.h +++ b/include/configs/T104xRDB.h @@ -310,12 +310,6 @@ #define CONFIG_SYS_RAMBOOT #endif -#ifdef CONFIG_SYS_FSL_ERRATUM_A008044 -#if defined(CONFIG_MTD_RAW_NAND) -#define CONFIG_A008044_WORKAROUND -#endif -#endif - #define CONFIG_HWCONFIG /* define to use L1 as initial stack */ |
