diff options
author | Marek Vasut <marek.vasut+renesas@gmail.com> | 2017-11-28 08:20:34 +0100 |
---|---|---|
committer | Marek Vasut <marek.vasut+renesas@gmail.com> | 2017-11-30 02:34:20 +0100 |
commit | 8e8ebd32698986b0e11e491adb3d61bfc01d941c (patch) | |
tree | dcdca3f0f23add2f72f9fddaabcfa45be2147936 /configs/r8a7796_salvator-x_defconfig | |
parent | d4bde6fa18a8d6587483df3eb3a98b9dd6b08931 (diff) | |
download | u-boot-8e8ebd32698986b0e11e491adb3d61bfc01d941c.tar.gz |
ARM: rmobile: Remove CONFIG_CMD_SDRAM from Salvator-X
This command is useless on Salvator-X as it is reading DRAM info from
SPD. We have no SPD on Salvator-X.
Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com>
Cc: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Diffstat (limited to 'configs/r8a7796_salvator-x_defconfig')
-rw-r--r-- | configs/r8a7796_salvator-x_defconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configs/r8a7796_salvator-x_defconfig b/configs/r8a7796_salvator-x_defconfig index 8f22645efb..1949426677 100644 --- a/configs/r8a7796_salvator-x_defconfig +++ b/configs/r8a7796_salvator-x_defconfig @@ -15,7 +15,6 @@ CONFIG_HUSH_PARSER=y CONFIG_CMD_BOOTZ=y CONFIG_CMD_GPIO=y CONFIG_CMD_MMC=y -CONFIG_CMD_SDRAM=y CONFIG_CMD_USB=y CONFIG_CMD_DHCP=y CONFIG_CMD_MII=y |