Re: [PATCH] Convert CONFIG_SYS_MEM_TOP_HIDE to Kconfig

2022-04-20 Thread Tom Rini
On Wed, Apr 06, 2022 at 10:33:32AM -0400, Tom Rini wrote: > This converts the following to Kconfig: >CONFIG_SYS_MEM_TOP_HIDE > > Signed-off-by: Tom Rini Applied to u-boot/master, thanks! -- Tom signature.asc Description: PGP signature

Re: [PATCH] Convert CONFIG_SYS_MEM_TOP_HIDE to Kconfig

2022-04-19 Thread Michal Simek
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

Re: [PATCH] Convert CONFIG_SYS_MEM_TOP_HIDE to Kconfig

2022-04-19 Thread Tom Rini
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

[PATCH] Convert CONFIG_SYS_MEM_TOP_HIDE to Kconfig

2022-04-19 Thread Michal Simek
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

[PATCH] Convert CONFIG_SYS_MEM_TOP_HIDE to Kconfig

2022-04-06 Thread Tom Rini
This converts the following to Kconfig: CONFIG_SYS_MEM_TOP_HIDE Signed-off-by: Tom Rini --- Kconfig | 11 +++ README | 21 - board/samsung/common/board.c| 4 ++-- common/board_f.c