diff options
author | Wolfgang Denk <wd@denx.de> | 2012-07-10 09:18:33 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2012-07-10 09:18:33 +0200 |
commit | 3fe63839f3f0f9942fc4567a82954192e144e6a1 (patch) | |
tree | 553e49a978bc99622ec7386885fb36accc605d4a /board/keymile | |
parent | 895f3e0542015b347298c8b501e63d5f32002c04 (diff) | |
download | u-boot-imx-3fe63839f3f0f9942fc4567a82954192e144e6a1.zip u-boot-imx-3fe63839f3f0f9942fc4567a82954192e144e6a1.tar.gz u-boot-imx-3fe63839f3f0f9942fc4567a82954192e144e6a1.tar.bz2 |
Minor Coding Style cleanup
Signed-off-by: Wolfgang Denk <wd@denx.de>
Diffstat (limited to 'board/keymile')
-rw-r--r-- | board/keymile/km_arm/fpga_config.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/board/keymile/km_arm/fpga_config.c b/board/keymile/km_arm/fpga_config.c index fcc5fe6..66a3baf 100644 --- a/board/keymile/km_arm/fpga_config.c +++ b/board/keymile/km_arm/fpga_config.c @@ -253,4 +253,3 @@ int toggle_eeprom_spi_bus(void) return 0; } - |