[U-Boot] [PATCH v2 7/9] dm: at91: Convert snapper9260 to use driver model

Simon Glass sjg at chromium.org
Wed Nov 5 03:54:31 CET 2014


Hi Masahiro,

On 1 November 2014 10:27, Masahiro YAMADA <yamada.m at jp.panasonic.com> wrote:
> Hi Simon,
>
> 2014-10-30 4:09 GMT+09:00 Simon Glass <sjg at chromium.org>:
>> diff --git a/include/configs/snapper9260.h b/include/configs/snapper9260.h
>> index e2e623e..942af2e 100644
>> --- a/include/configs/snapper9260.h
>> +++ b/include/configs/snapper9260.h
>> @@ -21,6 +21,11 @@
>>  #define CONFIG_SYS_AT91_MAIN_CLOCK     18432000 /* External Crystal, in Hz */
>>  #define CONFIG_SYS_AT91_SLOW_CLOCK     32768
>>  #define CONFIG_SYS_GENERIC_BOARD
>> +#define CONFIG_DM
>> +#define CONFIG_CMD_DM
>> +#define CONFIG_DM_GPIO
>> +#define CONFIG_DM_SERIAL
>> +#define CONFIG_SYS_MALLOC_F_LEN                (1 << 10)
>>
>
>
>
> CONFIG_DM, CONFIG_DM_GPIO, CONFIG_DM_SERIAL are available in Kconfig.
> Could you add them into the defconfig, please?

Yes I need to do a full pass through all the boards I've added.
Hopefully next week.

Regards,
Simon


More information about the U-Boot mailing list