diff options
author | Marek Vasut <marek.vasut@gmail.com> | 2017-05-13 15:57:40 +0200 |
---|---|---|
committer | Nobuhiro Iwamatsu <iwamatsu@nigauri.org> | 2017-05-22 04:38:26 +0900 |
commit | 2aef8f32b680f02fabaa3ade4cba493b12611b78 (patch) | |
tree | e7fd240c392c5357c45fd4e4ef86bd27b7b705fa /configs | |
parent | 2dea3b3e7b281f6b3b9fde318749212e02b3e0a2 (diff) | |
download | u-boot-2aef8f32b680f02fabaa3ade4cba493b12611b78.tar.gz |
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>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/salvator-x_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/salvator-x_defconfig b/configs/salvator-x_defconfig index b1500296da..8f9b5b5328 100644 --- a/configs/salvator-x_defconfig +++ b/configs/salvator-x_defconfig @@ -5,6 +5,7 @@ CONFIG_RCAR_GEN3=y CONFIG_TARGET_SALVATOR_X=y CONFIG_VERSION_VARIABLE=y CONFIG_CMD_BOOTZ=y +CONFIG_R8A7795=y # CONFIG_CMD_IMI is not set # CONFIG_CMD_IMLS is not set # CONFIG_CMD_XIMG is not set |