From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bo Shen Date: Fri, 13 Mar 2015 17:36:57 +0800 Subject: [U-Boot] [PATCH 2/4] ARM: atmel: at91sam9m10g45ek: enable spl support In-Reply-To: References: <1426238380-28958-1-git-send-email-voice.shen@atmel.com> <1426238380-28958-3-git-send-email-voice.shen@atmel.com> Message-ID: <5502AFB9.20401@atmel.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Masahiro, On 03/13/2015 05:34 PM, Masahiro Yamada wrote: > Hi Bo, > > > 2015-03-13 18:19 GMT+09:00 Bo Shen : > >> diff --git a/configs/at91sam9m10g45ek_mmc_defconfig b/configs/at91sam9m10g45ek_mmc_defconfig >> index 6949d3a..84d3133 100644 >> --- a/configs/at91sam9m10g45ek_mmc_defconfig >> +++ b/configs/at91sam9m10g45ek_mmc_defconfig >> @@ -1,4 +1,5 @@ >> +CONFIG_SPL=y >> CONFIG_SYS_EXTRA_OPTIONS="AT91SAM9M10G45,SYS_USE_MMC" >> -CONFIG_ARM=y >> -CONFIG_ARCH_AT91=y >> -CONFIG_TARGET_AT91SAM9M10G45EK=y >> ++S:CONFIG_ARM=y >> ++S:CONFIG_ARCH_AT91=y >> ++S:CONFIG_TARGET_AT91SAM9M10G45EK=y > > I abolished the prefixes such "+S". > Now they are harmless, but meaningless. > > I am ripping off all of them: > http://patchwork.ozlabs.org/patch/449347/ > > Could you please not change those three lines? Thanks. I will remove this change in next version. Thanks again. Best Regards, Bo Shen