mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 15:14:43 +00:00
ARM: rmobile: Allow R8A7796 Salvator-X configuration
The Salvator-X can have both H3 and M3 CPU on it, drop the select R8A7795 to allow both configurations. Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com> Cc: Hiroyuki Yokoyama <hiroyuki.yokoyama.vx@renesas.com> Cc: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
This commit is contained in:
parent
2dea3b3e7b
commit
2aef8f32b6
2 changed files with 2 additions and 2 deletions
|
@ -17,9 +17,8 @@ choice
|
||||||
|
|
||||||
config TARGET_SALVATOR_X
|
config TARGET_SALVATOR_X
|
||||||
bool "Salvator-X board"
|
bool "Salvator-X board"
|
||||||
select R8A7795
|
|
||||||
help
|
help
|
||||||
Support for Renesas R-Car Gen3 R8a7795 platform
|
Support for Renesas R-Car Gen3 platform
|
||||||
|
|
||||||
endchoice
|
endchoice
|
||||||
|
|
||||||
|
|
|
@ -5,6 +5,7 @@ CONFIG_RCAR_GEN3=y
|
||||||
CONFIG_TARGET_SALVATOR_X=y
|
CONFIG_TARGET_SALVATOR_X=y
|
||||||
CONFIG_VERSION_VARIABLE=y
|
CONFIG_VERSION_VARIABLE=y
|
||||||
CONFIG_CMD_BOOTZ=y
|
CONFIG_CMD_BOOTZ=y
|
||||||
|
CONFIG_R8A7795=y
|
||||||
# CONFIG_CMD_IMI is not set
|
# CONFIG_CMD_IMI is not set
|
||||||
# CONFIG_CMD_IMLS is not set
|
# CONFIG_CMD_IMLS is not set
|
||||||
# CONFIG_CMD_XIMG is not set
|
# CONFIG_CMD_XIMG is not set
|
||||||
|
|
Loading…
Reference in a new issue