From: Teresa Remmet Date: Tue, 28 May 2024 13:35:12 +0000 (+0200) Subject: board: phytec: phycore-imx8mp: spl: Fix syle issue X-Git-Url: http://git.dujemihanovic.xyz/login.html?a=commitdiff_plain;h=7d1895bd4bdb0788017555e4209bf030dcf39354;p=u-boot.git board: phytec: phycore-imx8mp: spl: Fix syle issue Use tabs instead of spaces. Signed-off-by: Teresa Remmet --- diff --git a/board/phytec/phycore_imx8mp/spl.c b/board/phytec/phycore_imx8mp/spl.c index 352f803e45..cffa0a57fe 100644 --- a/board/phytec/phycore_imx8mp/spl.c +++ b/board/phytec/phycore_imx8mp/spl.c @@ -24,8 +24,8 @@ DECLARE_GLOBAL_DATA_PTR; -#define EEPROM_ADDR 0x51 -#define EEPROM_ADDR_FALLBACK 0x59 +#define EEPROM_ADDR 0x51 +#define EEPROM_ADDR_FALLBACK 0x59 int spl_board_boot_device(enum boot_device boot_dev_spl) {