diff options
| author | Tom Rini <[email protected]> | 2022-12-02 16:42:44 -0500 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2022-12-22 10:31:48 -0500 |
| commit | 32b7e39db4d3af0d94f1387a7641152f375b23ac (patch) | |
| tree | 5fe19758a7a45767fe603c4315f91c3149653449 /arch/microblaze | |
| 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 <[email protected]>
Diffstat (limited to 'arch/microblaze')
| -rw-r--r-- | arch/microblaze/config.mk | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/microblaze/config.mk b/arch/microblaze/config.mk index d35b4f6db7a..467c5ca1b12 100644 --- a/arch/microblaze/config.mk +++ b/arch/microblaze/config.mk @@ -6,8 +6,6 @@ # (C) Copyright 2004 Atmark Techno, Inc. # Yasushi SHOJI <[email protected]> -CONFIG_STANDALONE_LOAD_ADDR ?= 0x80F00000 - PLATFORM_CPPFLAGS += -ffixed-r31 -D__microblaze__ PLATFORM_CPPFLAGS += -fdata-sections -ffunction-sections |
