git.openpandora.org
/
pandora-u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
518c40d
)
board: phytec: phycore-imx8mp: spl: Fix syle issue
author
Teresa Remmet
<t.remmet@phytec.de>
Tue, 28 May 2024 13:35:12 +0000
(15:35 +0200)
committer
Fabio 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
patch
|
blob
|
history
diff --git
a/board/phytec/phycore_imx8mp/spl.c
b/board/phytec/phycore_imx8mp/spl.c
index
352f803
..
cffa0a5
100644
(file)
--- 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)
{