[PATCH] Convert CONFIG_SYS_MEM_TOP_HIDE to Kconfig
Michal Simek
michal.simek at xilinx.com
Tue Apr 19 16:48:09 CEST 2022
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 at xilinx.com>
>
> I sent
> https://patchwork.ozlabs.org/project/uboot/patch/20220406143332.4057117-1-trini@konsulko.com/
> 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
More information about the U-Boot
mailing list