mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 15:14:43 +00:00
ARM: rmobile: beacon: Set CONFIG_RZ_G2 on Beacon boards
The board detection is incorrectly stating it's an rcar3 variant instead of an RZ/G2 variant on all the r8a774*1_beacon boards. Set the flag to correctly display as RZ/G2[M/N/H] Signed-off-by: Adam Ford <aford173@gmail.com>
This commit is contained in:
parent
fcf3981161
commit
12ef801673
1 changed files with 3 additions and 0 deletions
|
@ -69,16 +69,19 @@ choice
|
|||
config TARGET_BEACON_RZG2H
|
||||
bool "Beacon EmbeddedWorks RZ/G2H Dev Kit"
|
||||
select R8A774E1
|
||||
select RZ_G2
|
||||
select PINCTRL_PFC_R8A774E1
|
||||
|
||||
config TARGET_BEACON_RZG2M
|
||||
bool "Beacon EmbeddedWorks RZ/G2M Dev Kit"
|
||||
select R8A774A1
|
||||
select RZ_G2
|
||||
select PINCTRL_PFC_R8A774A1
|
||||
|
||||
config TARGET_BEACON_RZG2N
|
||||
bool "Beacon EmbeddedWorks RZ/G2N Dev Kit"
|
||||
select R8A774B1
|
||||
select RZ_G2
|
||||
select PINCTRL_PFC_R8A774B1
|
||||
|
||||
config TARGET_CONDOR
|
||||
|
|
Loading…
Reference in a new issue