]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
board: phytec: phycore-imx8mp: spl: Fix syle issue
authorTeresa Remmet <t.remmet@phytec.de>
Tue, 28 May 2024 13:35:12 +0000 (15:35 +0200)
committerFabio Estevam <festevam@gmail.com>
Mon, 3 Jun 2024 15:14:00 +0000 (12:14 -0300)
Use tabs instead of spaces.

Signed-off-by: Teresa Remmet <t.remmet@phytec.de>
board/phytec/phycore_imx8mp/spl.c

index 352f803e4541704fe1cfdb07caed62452ea70dbd..cffa0a57fe669a742367d555af5dc086b5f3f6fe 100644 (file)
@@ -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)
 {