diff options
author | Teresa Remmet <t.remmet@phytec.de> | 2024-05-28 15:35:12 +0200 |
---|---|---|
committer | Fabio Estevam <festevam@gmail.com> | 2024-06-03 12:14:00 -0300 |
commit | 7d1895bd4bdb0788017555e4209bf030dcf39354 (patch) | |
tree | d836e7a78f63765faf7359005896795f7ea7f761 /board/phytec | |
parent | 518c40dfa059bfcde78828898b133615efb4c402 (diff) | |
download | u-boot-7d1895bd4bdb0788017555e4209bf030dcf39354.zip u-boot-7d1895bd4bdb0788017555e4209bf030dcf39354.tar.gz u-boot-7d1895bd4bdb0788017555e4209bf030dcf39354.tar.bz2 |
board: phytec: phycore-imx8mp: spl: Fix syle issue
Use tabs instead of spaces.
Signed-off-by: Teresa Remmet <t.remmet@phytec.de>
Diffstat (limited to 'board/phytec')
-rw-r--r-- | board/phytec/phycore_imx8mp/spl.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/board/phytec/phycore_imx8mp/spl.c b/board/phytec/phycore_imx8mp/spl.c index 352f803..cffa0a5 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) { |