Re: [PATCH 07/16] ram: imxrt: Include device_compat.h

2020-10-16 Thread Tom Rini
On Sun, Oct 04, 2020 at 09:39:48PM -0400, Sean Anderson wrote: > Necessary for dev_xxx. > > Signed-off-by: Sean Anderson Applied to u-boot/master, thanks! -- Tom signature.asc Description: PGP signature

[PATCH 07/16] ram: imxrt: Include device_compat.h

2020-10-04 Thread Sean Anderson
Necessary for dev_xxx. Signed-off-by: Sean Anderson --- drivers/ram/imxrt_sdram.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/ram/imxrt_sdram.c b/drivers/ram/imxrt_sdram.c index 765a2141d1..b6ee02d227 100644 --- a/drivers/ram/imxrt_sdram.c +++ b/drivers/ram/imxrt_sdram.c @@ -7,6