Coding style (white space) cleanup.

Signed-off-by: Wolfgang Denk <wd@denx.de>
master
Wolfgang Denk 14 years ago
parent fc1ff1971a
commit d177e444a6
  1. 1
      board/emk/top9000/spi.c
  2. 1
      board/isee/igep0030/config.mk
  3. 1
      include/configs/top9000.h

@ -58,4 +58,3 @@ void spi_cs_deactivate(struct spi_slave *slave)
at91_set_pio_output(cs_to_portbit[slave->bus][slave->cs].port,
cs_to_portbit[slave->bus][slave->cs].bit, 1);
}

@ -31,4 +31,3 @@
# For use with external or internal boots.
CONFIG_SYS_TEXT_BASE = 0x80008000

@ -311,4 +311,3 @@ extern void read_factory_r(void);
#endif
#endif

Loading…
Cancel
Save