diff options
| author | Masahiro Yamada <[email protected]> | 2014-07-30 14:08:23 +0900 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2014-07-30 14:42:02 -0400 |
| commit | 90f984e397a14d9b77128feff582a44dece4fbaf (patch) | |
| tree | 5990ddc6b379c75921045262a99d3bf3ba177845 /arch/sandbox | |
| parent | 73f30b9b8097b1a25f48fbe035f1dee3dac89317 (diff) | |
kconfig: delete redundant CONFIG_${ARCH} definition
CONFIG_${ARCH} is defined by Kconfig.
Signed-off-by: Masahiro Yamada <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
Diffstat (limited to 'arch/sandbox')
| -rw-r--r-- | arch/sandbox/config.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sandbox/config.mk b/arch/sandbox/config.mk index c3f889fb1cb..e38a44bd110 100644 --- a/arch/sandbox/config.mk +++ b/arch/sandbox/config.mk @@ -1,7 +1,7 @@ # Copyright (c) 2011 The Chromium OS Authors. # SPDX-License-Identifier: GPL-2.0+ -PLATFORM_CPPFLAGS += -DCONFIG_SANDBOX -D__SANDBOX__ -U_FORTIFY_SOURCE +PLATFORM_CPPFLAGS += -D__SANDBOX__ -U_FORTIFY_SOURCE PLATFORM_CPPFLAGS += -DCONFIG_ARCH_MAP_SYSMEM -DCONFIG_SYS_GENERIC_BOARD PLATFORM_LIBS += -lrt |
