summaryrefslogtreecommitdiff
path: root/include/configs/capricorn-common.h
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2022-06-10 22:59:38 -0400
committerTom Rini <trini@konsulko.com>2022-06-28 17:11:48 -0400
commit910feb50d40acdd38b3709050fbe6b650e8c4b9d (patch)
treea5c3ad3ffb6761477a9f2e8f9811dffc87c7a09d /include/configs/capricorn-common.h
parentde47ff536363289f92f85ed1e4901724d238432d (diff)
Globally remove most CONFIG_SPL_BUILD tests from config headers
With the exception of how PowerPC handles SPL and TPL (which has its own issues), we cannot safely hide options under CONFIG_SPL_BUILD. Largely remove the places that have this test today. Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/configs/capricorn-common.h')
-rw-r--r--include/configs/capricorn-common.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/configs/capricorn-common.h b/include/configs/capricorn-common.h
index 456d1828d62..6b1e82ad3b1 100644
--- a/include/configs/capricorn-common.h
+++ b/include/configs/capricorn-common.h
@@ -25,15 +25,12 @@
#define CONFIG_FEC_ENET_DEV 1
#define CONFIG_FEC_MXC_PHYADDR 0x0
-/* I2C Configuration */
-#ifndef CONFIG_SPL_BUILD
/* EEPROM */
#define EEPROM_I2C_BUS 0 /* I2C0 */
#define EEPROM_I2C_ADDR 0x50
/* PCA9552 */
#define PCA9552_1_I2C_BUS 1 /* I2C1 */
#define PCA9552_1_I2C_ADDR 0x60
-#endif /* !CONFIG_SPL_BUILD */
/* AHAB */
#ifdef CONFIG_AHAB_BOOT