ARM: renesas: Rename ARCH_RMOBILE to ARCH_RENESAS
Rename ARCH_RMOBILE to ARCH_RENESAS because all the chips are made
by Renesas, while only a subset of them is from the R-Mobile
line.
Use the following command to perform the rename:
"
$ git grep -l 'ARCH_RMOBILE' | xargs -I {} sed -i 's@ARCH_RMOBILE@ARCH_RENESAS@g' {}
"
Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
Reviewed-by: Paul Barker <paul.barker.ct@bp.renesas.com>
This commit is contained in:
@@ -544,7 +544,7 @@ config SPL_SYS_I2C_SANDBOX
|
||||
|
||||
config SYS_I2C_SH
|
||||
bool "Legacy SuperH I2C interface"
|
||||
depends on ARCH_RMOBILE && SYS_I2C_LEGACY
|
||||
depends on ARCH_RENESAS && SYS_I2C_LEGACY
|
||||
help
|
||||
Enable the legacy SuperH I2C interface.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user