From mboxrd@z Thu Jan 1 00:00:00 1970 From: Oliver Graute Date: Tue, 3 Nov 2020 08:11:15 +0100 Subject: Linking Error on env_get("loadaddr") In-Reply-To: <23dae37d-0e27-e3dc-8fdb-1ea5169a88da@samsung.com> References: <20201102140908.GA24239@optiplex> <23dae37d-0e27-e3dc-8fdb-1ea5169a88da@samsung.com> Message-ID: <20201103071115.GA23571@optiplex> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 03/11/20, Jaehoon Chung wrote: > On 11/2/20 11:09 PM, Oliver Graute wrote: > > Hello list, > > > > I try to use env_get("loadaddr") for a board specific CMD and included > > env.h. But I get the following linking error in nvedit.c. Some clue what > > I miss here? I still use v2020.07. > > Did you check whether CONFIG_SPL_ENV_SUPPORT is enabled? thx this solved my issue. Best Regards, Oliver