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/sh | |
| 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/sh')
| -rw-r--r-- | arch/sh/config.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/sh/config.mk b/arch/sh/config.mk index 78bb2660e1e..a408264d4b1 100644 --- a/arch/sh/config.mk +++ b/arch/sh/config.mk @@ -3,7 +3,6 @@ # (C) Copyright 2000-2002 # Wolfgang Denk, DENX Software Engineering, [email protected]. -CONFIG_STANDALONE_LOAD_ADDR ?= 0x8C000000 ifeq ($(CPU),sh2) LDFLAGS_STANDALONE += -EB endif |
