diff options
author | Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com> | 2014-11-10 09:23:46 +0900 |
---|---|---|
committer | Nobuhiro Iwamatsu <iwamatsu@nigauri.org> | 2014-12-26 10:21:17 +0900 |
commit | 2a1d2a0351ac14390ccaad6433d27a1c58dab46f (patch) | |
tree | 0a2458e2885d02ed610d4470f7844a26479eb52d /configs/armadillo-800eva_defconfig | |
parent | d8bec60c1b0de7770f9b56ad092ab9be801d99af (diff) | |
download | u-boot-imx-2a1d2a0351ac14390ccaad6433d27a1c58dab46f.zip u-boot-imx-2a1d2a0351ac14390ccaad6433d27a1c58dab46f.tar.gz u-boot-imx-2a1d2a0351ac14390ccaad6433d27a1c58dab46f.tar.bz2 |
arm: rmobile: kconfig: Remove '+S:' prefix from defconfig files
'+S' is unnecessary because boards of rmobile do not use SPL.
This removes from armadillo-800eva and kzm9g.
Signed-off-by: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>
Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Diffstat (limited to 'configs/armadillo-800eva_defconfig')
-rw-r--r-- | configs/armadillo-800eva_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/armadillo-800eva_defconfig b/configs/armadillo-800eva_defconfig index 9b17895..22dc1f8 100644 --- a/configs/armadillo-800eva_defconfig +++ b/configs/armadillo-800eva_defconfig @@ -1,3 +1,3 @@ CONFIG_ARM=y -+S:CONFIG_RMOBILE=y +CONFIG_RMOBILE=y CONFIG_TARGET_ARMADILLO_800EVA=y |