Re: [PATCH 07/10] dm: core: Allow devres to be disabled in SPL

2022-04-19 Thread Tom Rini
On Sun, Mar 27, 2022 at 02:26:19PM -0600, Simon Glass wrote: > At present if devres is enabled in U-Boot proper it is enabled in SPL. > We don't normally want it there, so disable it. > > Signed-off-by: Simon Glass > Tested-by: Angus Ainslie Applied to u-boot/master, thanks! -- Tom

Re: [PATCH 07/10] dm: core: Allow devres to be disabled in SPL

2022-04-12 Thread Angus Ainslie
On 2022-03-27 13:26, Simon Glass wrote: At present if devres is enabled in U-Boot proper it is enabled in SPL. We don't normally want it there, so disable it. Signed-off-by: Simon Glass Tested-by: Angus Ainslie --- drivers/core/Makefile| 2 +- drivers/core/device.c| 2 +-

[PATCH 07/10] dm: core: Allow devres to be disabled in SPL

2022-03-27 Thread Simon Glass
At present if devres is enabled in U-Boot proper it is enabled in SPL. We don't normally want it there, so disable it. Signed-off-by: Simon Glass --- drivers/core/Makefile| 2 +- drivers/core/device.c| 2 +- include/dm/device-internal.h | 6 +++--- include/dm/device.h