aboutsummaryrefslogtreecommitdiff
path: root/include/configs/P1010RDB.h
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2022-02-25 19:07:07 +0000
committerTom Rini <trini@konsulko.com>2022-03-09 11:44:23 -0500
commitad6fdd725d54da5f2655e04b501c526c1129d041 (patch)
tree7f70fc6d4164a2ec2eba403fd529880571dabaac /include/configs/P1010RDB.h
parent786708b4020e3958082b807cd9a21c81a8427991 (diff)
downloadu-boot-ad6fdd725d54da5f2655e04b501c526c1129d041.zip
u-boot-ad6fdd725d54da5f2655e04b501c526c1129d041.tar.gz
u-boot-ad6fdd725d54da5f2655e04b501c526c1129d041.tar.bz2
Convert CONFIG_A003399_NOR_WORKAROUND to Kconfig
This converts the following to Kconfig: CONFIG_A003399_NOR_WORKAROUND Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/configs/P1010RDB.h')
-rw-r--r--include/configs/P1010RDB.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/configs/P1010RDB.h b/include/configs/P1010RDB.h
index 5f36951..8fd9eb7 100644
--- a/include/configs/P1010RDB.h
+++ b/include/configs/P1010RDB.h
@@ -411,12 +411,6 @@ extern unsigned long get_sdram_size(void);
#undef CONFIG_SYS_RAMBOOT
#endif
-#ifdef CONFIG_SYS_FSL_ERRATUM_IFC_A003399
-#if !defined(CONFIG_SPL) && !defined(CONFIG_SYS_RAMBOOT)
-#define CONFIG_A003399_NOR_WORKAROUND
-#endif
-#endif
-
#define CONFIG_SYS_INIT_RAM_LOCK
#define CONFIG_SYS_INIT_RAM_ADDR 0xffd00000 /* stack in RAM */
#define CONFIG_SYS_INIT_RAM_SIZE 0x00004000 /* End of used area in RAM */