diff options
Diffstat (limited to 'board/compulab/imx8mm-cl-iot-gate/eeprom_spl.c')
-rw-r--r-- | board/compulab/imx8mm-cl-iot-gate/eeprom_spl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/compulab/imx8mm-cl-iot-gate/eeprom_spl.c b/board/compulab/imx8mm-cl-iot-gate/eeprom_spl.c index 1256848f9a9..a22e6ef1d96 100644 --- a/board/compulab/imx8mm-cl-iot-gate/eeprom_spl.c +++ b/board/compulab/imx8mm-cl-iot-gate/eeprom_spl.c @@ -10,7 +10,7 @@ #include <asm/setup.h> #include <linux/delay.h> -#ifdef CONFIG_SPL_BUILD +#ifdef CONFIG_XPL_BUILD #define CFG_SYS_I2C_EEPROM_ADDR_P1 0x51 |