mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-24 13:43:28 +00:00
40b9d53c74
Rename arch-rmobile to arch-renesas and mach-rmobile to mach-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, with manual move of the directories using git mv and manual fix up to arch/arm/Makefile: " $ git grep -l '\<\(arch\|mach\)-rmobile\>' | \ xargs -I {} sed -i 's@\<\(arch\|mach\)-rmobile\>@\1-renesas@g' {} $ sed -i 's@rmobile@renesas@' board/*/*/Kconfig " Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org> Reviewed-by: Paul Barker <paul.barker.ct@bp.renesas.com>
15 lines
190 B
Text
15 lines
190 B
Text
if TARGET_HIHOPE_RZG2
|
|
|
|
config SYS_SOC
|
|
default "renesas"
|
|
|
|
config SYS_BOARD
|
|
default "hihope-rzg2"
|
|
|
|
config SYS_VENDOR
|
|
default "hoperun"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "hihope-rzg2"
|
|
|
|
endif
|