diff mbox

[for-2.5] default-configs/aarch64-linux-user.mak: Remove unused define

Message ID 1447690178-4560-1-git-send-email-peter.maydell@linaro.org
State New
Headers show

Commit Message

Peter Maydell Nov. 16, 2015, 4:09 p.m. UTC
The uses of the CONFIG_GDBSTUB_XML define were removed in commit
b77abd95a9484c, but the define in aarch64-linux-user.mak somehow
escaped the cull (the patchset probably crossed in the mail with
the patches adding aarch64 support). Remove the stray define.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
---
Harmless, but we might as well drop this patch into 2.5...

 default-configs/aarch64-linux-user.mak | 2 --
 1 file changed, 2 deletions(-)

Comments

Laurent Desnogues Nov. 17, 2015, 6:41 a.m. UTC | #1
Hi,

On Mon, Nov 16, 2015 at 5:09 PM, Peter Maydell <peter.maydell@linaro.org> wrote:
> The uses of the CONFIG_GDBSTUB_XML define were removed in commit
> b77abd95a9484c, but the define in aarch64-linux-user.mak somehow
> escaped the cull (the patchset probably crossed in the mail with
> the patches adding aarch64 support). Remove the stray define.
>
> Signed-off-by: Peter Maydell <peter.maydell@linaro.org>

Reviewed-by: Laurent Desnogues <laurent.desnogues@gmail.com>

Thanks,

Laurent

> ---
> Harmless, but we might as well drop this patch into 2.5...
>
>  default-configs/aarch64-linux-user.mak | 2 --
>  1 file changed, 2 deletions(-)
>
> diff --git a/default-configs/aarch64-linux-user.mak b/default-configs/aarch64-linux-user.mak
> index 3df7de5..0a5b08a 100644
> --- a/default-configs/aarch64-linux-user.mak
> +++ b/default-configs/aarch64-linux-user.mak
> @@ -1,3 +1 @@
>  # Default configuration for aarch64-linux-user
> -
> -CONFIG_GDBSTUB_XML=y
> --
> 1.9.1
>
>
diff mbox

Patch

diff --git a/default-configs/aarch64-linux-user.mak b/default-configs/aarch64-linux-user.mak
index 3df7de5..0a5b08a 100644
--- a/default-configs/aarch64-linux-user.mak
+++ b/default-configs/aarch64-linux-user.mak
@@ -1,3 +1 @@ 
 # Default configuration for aarch64-linux-user
-
-CONFIG_GDBSTUB_XML=y