diff options
author | Tom Rini | 2022-12-02 16:42:44 -0500 |
---|---|---|
committer | Tom Rini | 2022-12-22 10:31:48 -0500 |
commit | 32b7e39db4d3af0d94f1387a7641152f375b23ac (patch) | |
tree | 5fe19758a7a45767fe603c4315f91c3149653449 /arch/nios2 | |
parent | c46597155ec38114c9908a6c6fed6819223e6adc (diff) |
Convert CONFIG_STANDALONE_LOAD_ADDR to Kconfig
This converts the following to Kconfig:
CONFIG_STANDALONE_LOAD_ADDR
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'arch/nios2')
-rw-r--r-- | arch/nios2/config.mk | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/nios2/config.mk b/arch/nios2/config.mk index 44260b1431c..b18b9b78ab6 100644 --- a/arch/nios2/config.mk +++ b/arch/nios2/config.mk @@ -4,8 +4,6 @@ # Psyent Corporation <www.psyent.com> # Scott McNutt <smcnutt@psyent.com> -CONFIG_STANDALONE_LOAD_ADDR ?= 0x02000000 - PLATFORM_CPPFLAGS += -D__NIOS2__ PLATFORM_CPPFLAGS += -G0 |