diff options
author | Marek Vasut <marex@denx.de> | 2014-12-30 20:16:36 +0100 |
---|---|---|
committer | Marek Vasut <marex@denx.de> | 2015-03-04 23:07:03 +0100 |
commit | 12ec3c648e9e0195b0e393eeac512ef882967a30 (patch) | |
tree | d09a1828ef24605c4b631108b96a3947d721ed39 /board/altera | |
parent | 8176a874233eb5180701e2811b38c199369975b2 (diff) | |
download | u-boot-imx-12ec3c648e9e0195b0e393eeac512ef882967a30.zip u-boot-imx-12ec3c648e9e0195b0e393eeac512ef882967a30.tar.gz u-boot-imx-12ec3c648e9e0195b0e393eeac512ef882967a30.tar.bz2 |
arm: socfpga: Minor coding style fix
Replace multiple spaces with a single tab.
Signed-off-by: Marek Vasut <marex@denx.de>
Cc: Chin Liang See <clsee@opensource.altera.com>
Acked-by: Dinh Nguyen <dinguyen@opensource.altera.com>
Acked-by: Pavel Machek <pavel@denx.de>
Reviewed-by: Stefan Roese <sr@denx.de>
Cc: Vince Bridgers <vbridger@opensource.altera.com>
Diffstat (limited to 'board/altera')
-rw-r--r-- | board/altera/socfpga/iocsr_config.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/board/altera/socfpga/iocsr_config.h b/board/altera/socfpga/iocsr_config.h index 490f109..4a7ed46 100644 --- a/board/altera/socfpga/iocsr_config.h +++ b/board/altera/socfpga/iocsr_config.h @@ -9,9 +9,9 @@ #ifndef _PRELOADER_IOCSR_CONFIG_H_ #define _PRELOADER_IOCSR_CONFIG_H_ -#define CONFIG_HPS_IOCSR_SCANCHAIN0_LENGTH (764) -#define CONFIG_HPS_IOCSR_SCANCHAIN1_LENGTH (1719) -#define CONFIG_HPS_IOCSR_SCANCHAIN2_LENGTH (955) -#define CONFIG_HPS_IOCSR_SCANCHAIN3_LENGTH (16766) +#define CONFIG_HPS_IOCSR_SCANCHAIN0_LENGTH (764) +#define CONFIG_HPS_IOCSR_SCANCHAIN1_LENGTH (1719) +#define CONFIG_HPS_IOCSR_SCANCHAIN2_LENGTH (955) +#define CONFIG_HPS_IOCSR_SCANCHAIN3_LENGTH (16766) #endif /*_PRELOADER_IOCSR_CONFIG_H_*/ |