
19 Apr
2022
19 Apr
'22
4:48 p.m.
On 4/19/22 16:25, Tom Rini wrote:
On Tue, Apr 19, 2022 at 02:01:02PM +0200, Michal Simek wrote:
This converts CONFIG_SYS_MEM_TOP_HIDE to Kconfig to be able to enable it also for other boards. Help text description is taken from comment in common/board_f.c. It also slightly change behavior because every board defines it as 0x0 now that's why code is enabled by default but compiler should remove it if not defined.
Signed-off-by: Michal Simek michal.simek@xilinx.com
I sent https://patchwork.ozlabs.org/project/uboot/patch/20220406143332.4057117-1-tr... recently do to this. And yes, a default of 0x0 works, I used CONFIG_VAL(..) to evaluate it instead, but either would be fine.
ok. Good then please ignore this one.
M