[U-Boot] [PATCH v4 3/3] ARM: atmel: add sama5d4ek board support

Bo Shen voice.shen at atmel.com
Thu Nov 20 10:54:48 CET 2014


Hi Masahiro,

On 11/20/2014 05:45 PM, Masahiro Yamada wrote:
> Hi Bo,
>
>
> On Mon, 10 Nov 2014 15:24:02 +0800
> Bo Shen <voice.shen at atmel.com> wrote:
>> diff --git a/configs/sama5d4ek_mmc_defconfig b/configs/sama5d4ek_mmc_defconfig
>> new file mode 100644
>> index 0000000..16a5ed7
>> --- /dev/null
>> +++ b/configs/sama5d4ek_mmc_defconfig
>> @@ -0,0 +1,3 @@
>> +CONFIG_SYS_EXTRA_OPTIONS="SAMA5D4,SYS_USE_MMC"
>> ++S:CONFIG_ARM=y
>> ++S:CONFIG_TARGET_SAMA5D4EK=y
>> diff --git a/configs/sama5d4ek_nandflash_defconfig b/configs/sama5d4ek_nandflash_defconfig
>> new file mode 100644
>> index 0000000..8b7fbc3
>> --- /dev/null
>> +++ b/configs/sama5d4ek_nandflash_defconfig
>> @@ -0,0 +1,3 @@
>> +CONFIG_SYS_EXTRA_OPTIONS="SAMA5D4,SYS_USE_NANDFLASH"
>> ++S:CONFIG_ARM=y
>> ++S:CONFIG_TARGET_SAMA5D4EK=y
>> diff --git a/configs/sama5d4ek_spiflash_defconfig b/configs/sama5d4ek_spiflash_defconfig
>> new file mode 100644
>> index 0000000..63e9b6c
>> --- /dev/null
>> +++ b/configs/sama5d4ek_spiflash_defconfig
>> @@ -0,0 +1,3 @@
>> +CONFIG_SYS_EXTRA_OPTIONS="SAMA5D4,SYS_USE_SERIALFLASH"
>> ++S:CONFIG_ARM=y
>> ++S:CONFIG_TARGET_SAMA5D4EK=y
>
>
> These three defconfigs added "+S" prefix to CONFIG_ARM and CONFIG_TARGET_SAMA5D4EK
> but did not define CONFIG_SPL=y
>
>
> My question is do they support SPL, or not?

The code applied now won't support SPL. I am preparing the SPL code, 
will send it soon.

>
>
> Best Regards
> Masahiro Yamada
>

Best Regards,
Bo Shen


More information about the U-Boot mailing list