Coding style (white space) cleanup.
Signed-off-by: Wolfgang Denk <wd@denx.de>
This commit is contained in:
parent
fc1ff1971a
commit
d177e444a6
|
@ -58,4 +58,3 @@ void spi_cs_deactivate(struct spi_slave *slave)
|
||||||
at91_set_pio_output(cs_to_portbit[slave->bus][slave->cs].port,
|
at91_set_pio_output(cs_to_portbit[slave->bus][slave->cs].port,
|
||||||
cs_to_portbit[slave->bus][slave->cs].bit, 1);
|
cs_to_portbit[slave->bus][slave->cs].bit, 1);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -31,4 +31,3 @@
|
||||||
|
|
||||||
# For use with external or internal boots.
|
# For use with external or internal boots.
|
||||||
CONFIG_SYS_TEXT_BASE = 0x80008000
|
CONFIG_SYS_TEXT_BASE = 0x80008000
|
||||||
|
|
||||||
|
|
|
@ -311,4 +311,3 @@ extern void read_factory_r(void);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue