Re: [PATCH v2 4/5] drivers/mtd/nvmxip: Move sandbox_set_enable_memio() to test

2023-08-31 Thread Tom Rini
On Wed, Aug 23, 2023 at 02:18:20AM +0200, Marek Vasut wrote: > The sandbox_set_enable_memio() should only ever be set during > sandbox testing, not within driver itself, move it back to test/ . > > Signed-off-by: Marek Vasut Applied to u-boot/next, thanks! -- Tom signature.asc Description:

[PATCH v2 4/5] drivers/mtd/nvmxip: Move sandbox_set_enable_memio() to test

2023-08-22 Thread Marek Vasut
The sandbox_set_enable_memio() should only ever be set during sandbox testing, not within driver itself, move it back to test/ . Signed-off-by: Marek Vasut --- Cc: Abdellatif El Khlifi Cc: Simon Glass --- V2: New patch --- drivers/mtd/nvmxip/nvmxip-uclass.c | 4 test/dm/nvmxip.c