[U-Boot] [PATCH v2 1/2] drivers; add DM_NO_OF Kconfig option

Simon Glass sjg at chromium.org
Sat May 26 22:18:57 UTC 2018


Hi Angelo,

On 3 May 2018 at 16:01, Angelo Dureghello <angelo at sysam.it> wrote:
> To be able to build spi driver with DM support, a new config
> option has been introduced (DM_NO_OF) since m68k architecture
> does not support fdt.
>
> ---
> Changes from v1:
> - split into 2 patches
>
> Signed-off-by: Angelo Dureghello <angelo at sysam.it>
> ---
>  arch/Kconfig             |  1 +
>  drivers/core/Kconfig     |  4 ++++
>  drivers/spi/spi-uclass.c | 12 +++++++-----
>  3 files changed, 12 insertions(+), 5 deletions(-)
>

Is it possible to use SPL_OF_PLATDATA instead?

How come m68k cannot use device tree?

Regards,
Simon


More information about the U-Boot mailing list