Remove non-ascii & unprintable characters
These non-ascii & unprintable characters aren't needed. Change-Id: I129f729f66d6a692de729d76971f7deb7a19c254 Signed-off-by: Martin Roth <martinroth@google.com> Reviewed-on: https://review.coreboot.org/15977 Tested-by: build bot (Jenkins) Reviewed-by: Omar Pakker Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
This commit is contained in:
committed by
Stefan Reinauer
parent
bb9722bd77
commit
0cd338e6e4
@@ -14,9 +14,9 @@
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU General Public License for more details.
|
||||
*
|
||||
* Setup helpers for Two Wire Interface (TWI) (I²C) Allwinner CPUs
|
||||
* Setup helpers for Two Wire Interface (TWI) (I2C) Allwinner CPUs
|
||||
*
|
||||
* Only functionality for I²C master is provided.
|
||||
* Only functionality for I2C master is provided.
|
||||
* Largely based on the uboot-sunxi code.
|
||||
*/
|
||||
|
||||
@@ -63,7 +63,7 @@ void a1x_twi_init(u8 bus, u32 speed_hz)
|
||||
|
||||
configure_clock(twi, speed_hz);
|
||||
|
||||
/* Enable the I²C bus */
|
||||
/* Enable the I2C bus */
|
||||
write32(&twi->ctl, TWI_CTL_BUS_EN);
|
||||
/* Issue soft reset */
|
||||
write32(&twi->reset, 1);
|
||||
|
@@ -13,7 +13,7 @@
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU General Public License for more details.
|
||||
*
|
||||
* Definitions Two Wire Interface (TWI) (I²C) Allwinner CPUs
|
||||
* Definitions Two Wire Interface (TWI) (I2C) Allwinner CPUs
|
||||
*/
|
||||
|
||||
#ifndef CPU_ALLWINNER_A10_TWI_H
|
||||
|
@@ -339,7 +339,7 @@ int test_l2_address_alias(u32 address1, u32 address2,
|
||||
|
||||
/* Calculates the L2 cache size.
|
||||
*
|
||||
* Reference: Intel(R) 64 and IA-32 Architectures Software Developer<EFBFBD>s Manual
|
||||
* Reference: Intel(R) 64 and IA-32 Architectures Software Developer's Manual
|
||||
* Volume 3B: System Programming Guide, Part 2, Intel pub. 253669, pg. B-172.
|
||||
*
|
||||
*/
|
||||
|
Reference in New Issue
Block a user