diff options
author | Kuldeep Singh | 2020-05-12 12:54:07 +0530 |
---|---|---|
committer | Priyanka Jain | 2020-05-19 09:22:05 +0530 |
commit | c93ad777b86c40497cf29d88e3a91381fc8ebe5c (patch) | |
tree | 65b527a403d366d2fe0d832968bdfdb231612f71 /include/configs/ls1088a_common.h | |
parent | ed9a3aa6452f57af65eb74f73bd2a54c3a2f4b03 (diff) |
treewide: Remove unused FSL QSPI config options for Layerscape platforms
Some of these options are not used by the driver anymore and some of
them are obsolete as the information is gathered from the dt. Also
consolidating defines in common headers.
Signed-off-by: Frieder Schrempf <frieder.schrempf@kontron.de>
Signed-off-by: Ashish Kumar <Ashish.Kumar@nxp.com>
Signed-off-by: Kuldeep Singh <kuldeep.singh@nxp.com>
Reviewed-by: Priyanka Jain <priyanka.jain@nxp.com>
Diffstat (limited to 'include/configs/ls1088a_common.h')
-rw-r--r-- | include/configs/ls1088a_common.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/include/configs/ls1088a_common.h b/include/configs/ls1088a_common.h index ab5b396e1a5..a7373429ba7 100644 --- a/include/configs/ls1088a_common.h +++ b/include/configs/ls1088a_common.h @@ -35,13 +35,7 @@ #endif /* Link Definitions */ -#ifdef CONFIG_TFABOOT -#define CONFIG_SYS_FSL_QSPI_BASE 0x20000000 -#else -#ifdef CONFIG_QSPI_BOOT #define CONFIG_SYS_FSL_QSPI_BASE 0x20000000 -#endif -#endif #define CONFIG_SKIP_LOWLEVEL_INIT |