From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dalon Westergreen Date: Fri, 03 Feb 2017 11:15:21 -0800 Subject: [U-Boot] [PATCH v4 2/2] SPL: Move SYS_MMCSD_RAW_MODE_U_BOOT_PARTITION to Kconfig In-Reply-To: <20170203171736.GG20208@bill-the-cat> References: <1485967538-23563-1-git-send-email-dwesterg@gmail.com> <1485967538-23563-2-git-send-email-dwesterg@gmail.com> <1486142023.19265.25.camel@gmail.com> <20170203171736.GG20208@bill-the-cat> Message-ID: <1486149321.19265.63.camel@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Fri, 2017-02-03 at 12:17 -0500, Tom Rini wrote: > On Fri, Feb 03, 2017 at 09:13:43AM -0800, Dalon Westergreen wrote: > > > > On Fri, 2017-02-03 at 11:05 -0600, Dinh Nguyen wrote: > > > > > > Hi Dalon, > > > > > > On 02/01/2017 10:45 AM, Dalon Westergreen wrote: > > > > > > > > > > > > From: Dalon Westergreen > > > > > > > > Added SYS_MMCSD_RAW_MODE_U_BOOT_USE_PARTITION and > > > > SYS_MMCSD_RAW_MODE_U_BOOT_PARTITION to Kconfig. > > > > > > > > set to default y for socfpga platforms, and add appropriate > > > > configurations for kc1, snipper, and db-88f6820-gp boards. > > > > > > > > Signed-off-by: Dalon Westergreen > > > > --- > > > > ?common/spl/Kconfig??????????????| 18 +++++++++++++++++- > > > > ?common/spl/spl_mmc.c????????????| 12 +++--------- > > > > ?configs/db-88f6820-gp_defconfig |??1 + > > > > ?configs/kc1_defconfig???????????|??2 ++ > > > > ?configs/sniper_defconfig????????|??2 ++ > > > > ?include/configs/db-88f6820-gp.h |??1 - > > > > ?include/configs/kc1.h???????????|??2 -- > > > > ?include/configs/sniper.h????????|??2 -- > > > > ?8 files changed, 25 insertions(+), 15 deletions(-) > > > > > > > > > > I'm get this warning: > > > > > > include/configs/socfpga_common.h:316:0: warning: > > > "CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_PARTITION" redefined > > > ?#define CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_PARTITION 1 > > > > > > Need to remove the CONFIG_SYS_MMCSD_RAW_MODE_U_BOOT_PARTITION from > > > socfpga_common.h as well. > > Yes, i am aware, but have a separate patch set already for the socfpga > > headers. ?i think it may be best just to redo those after this is > > merged. ?i will add the modifications to the socfpga headers. > > The series needs to be complete and not add warnings.??Ideally we won't > add warnings in one patch and fix them in a later patch. > okay. ?this is fixed in the v5 patches i just sent. > _______________________________________________ > U-Boot mailing list > U-Boot at lists.denx.de > http://lists.denx.de/mailman/listinfo/u-boot