Re: [PATCH] xilinx: Introduce MINI configuration

2024-11-15 Thread Heinrich Schuchardt
Am 15. November 2024 14:36:32 MEZ schrieb Michal Simek : >There is no common symbol which mini configurations are using and recent >get_mem_top() changes adding 1.3kB without having a way to remove it. >That's why introduce new symbol which can be used for removing features >which are not requested

Re: [PATCH] xilinx: Introduce MINI configuration

2024-11-15 Thread Michal Simek
On 11/15/24 15:19, Tom Rini wrote: On Fri, Nov 15, 2024 at 02:36:32PM +0100, Michal Simek wrote: There is no common symbol which mini configurations are using and recent get_mem_top() changes adding 1.3kB without having a way to remove it. That's why introduce new symbol which can be used fo

Re: [PATCH] xilinx: Introduce MINI configuration

2024-11-15 Thread Tom Rini
On Fri, Nov 15, 2024 at 02:36:32PM +0100, Michal Simek wrote: > There is no common symbol which mini configurations are using and recent > get_mem_top() changes adding 1.3kB without having a way to remove it. > That's why introduce new symbol which can be used for removing features > which are not

[PATCH] xilinx: Introduce MINI configuration

2024-11-15 Thread Michal Simek
There is no common symbol which mini configurations are using and recent get_mem_top() changes adding 1.3kB without having a way to remove it. That's why introduce new symbol which can be used for removing features which are not requested by these configurations. Signed-off-by: Michal Simek ---