diff options
author | Nobuhiro Iwamatsu <iwamatsu@nigauri.org> | 2016-04-01 03:51:36 +0900 |
---|---|---|
committer | Nobuhiro Iwamatsu <iwamatsu@nigauri.org> | 2016-08-17 10:25:35 +0900 |
commit | e525d34b476e2eef06376633c12a94a56d7d889b (patch) | |
tree | 22a02cd5e9ba50410510616ad931adfa4e25e35e /configs | |
parent | ee8f0cb3b03e34a75186ed9f9e3e3bf3f2f27d76 (diff) | |
download | u-boot-e525d34b476e2eef06376633c12a94a56d7d889b.tar.gz |
ARM: rmobile: Add support salvator-x board
Salvator-x is an entry level development board based on
R-Car H3 SoC (R8A7795). This commit supports SCIF only.
Signed-off-by: Hiroyuki Yokoyama <hiroyuki.yokoyama.vx@renesas.com>
Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/salvator-x_defconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/configs/salvator-x_defconfig b/configs/salvator-x_defconfig new file mode 100644 index 0000000000..1cfdbd684f --- /dev/null +++ b/configs/salvator-x_defconfig @@ -0,0 +1,4 @@ +CONFIG_ARM=y +CONFIG_RCAR_GEN3=y +CONFIG_TARGET_SALVATOR_X=y +CONFIG_SPL=y |