From 02c770b4e416e81429e9809b16d2656141a3e61c Mon Sep 17 00:00:00 2001 From: AKASHI Takahiro Date: Mon, 27 Apr 2020 13:22:17 +0900 Subject: sandbox: drop CONFIG_SYS_RELOC_GD_ENV_ADDR As we discussed in [1], this option is not needed for sandbox build. [1] https://lists.denx.de/pipermail/u-boot/2020-February/400182.html Signed-off-by: AKASHI Takahiro Reviewed-by: Simon Glass --- configs/sandbox64_defconfig | 1 - 1 file changed, 1 deletion(-) (limited to 'configs/sandbox64_defconfig') diff --git a/configs/sandbox64_defconfig b/configs/sandbox64_defconfig index c1237ea296..a3f049e124 100644 --- a/configs/sandbox64_defconfig +++ b/configs/sandbox64_defconfig @@ -80,7 +80,6 @@ CONFIG_OF_CONTROL=y CONFIG_OF_LIVE=y CONFIG_OF_HOSTFILE=y CONFIG_DEFAULT_DEVICE_TREE="sandbox64" -CONFIG_SYS_RELOC_GD_ENV_ADDR=y CONFIG_NETCONSOLE=y CONFIG_IP_DEFRAG=y CONFIG_REGMAP=y -- cgit