Re: [PATCH 1/1] examples: eliminate CONFIG_STANDALONE_LOAD_ADDR

2025-02-04 Thread Tom Rini
On Mon, 27 Jan 2025 08:18:46 +0100, Heinrich Schuchardt wrote: > CONFIG_STANDALONE_LOAD_ADDR has been used for examples/standalone > but not for examples/api. > > The suitability of an address to load an ELF binary and run it does > not only depend on the architecture but also on the memory layou

[PATCH 1/1] examples: eliminate CONFIG_STANDALONE_LOAD_ADDR

2025-01-26 Thread Heinrich Schuchardt
CONFIG_STANDALONE_LOAD_ADDR has been used for examples/standalone but not for examples/api. The suitability of an address to load an ELF binary and run it does not only depend on the architecture but also on the memory layout of the board which is not reflected in the default value of CONFIG_STAND