From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Warren Date: Mon, 03 Feb 2014 14:22:02 -0700 Subject: [U-Boot] [PATCH 2/2] config: add config_distro_defaults.h In-Reply-To: <20140124085812.44ed5c7e@adria.ausil.us> References: <1390501358-4564-1-git-send-email-dennis@ausil.us> <1390501358-4564-3-git-send-email-dennis@ausil.us> <20140124135010.DBFAE3801B0@gemini.denx.de> <20140124085812.44ed5c7e@adria.ausil.us> Message-ID: <52F0087A.2010007@wwwdotorg.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 01/24/2014 07:58 AM, Dennis Gilmore wrote: > Hi Wolfgang, > > > El Fri, 24 Jan 2014 14:50:10 +0100 > Wolfgang Denk escribi?: >> Dear Dennis Gilmore, >> >> In message <1390501358-4564-3-git-send-email-dennis@ausil.us> you >> wrote: >>> describe a set of default features that distros can rely on being >>> available. having this common definition means that distros can >>> easily support systems implementing them. >>> >>> Signed-off-by: Dennis Gilmore >>> --- >>> include/config_distro_defaults.h | 55 >>> ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 55 >>> insertions(+) create mode 100644 include/config_distro_defaults.h >> >> For this patch set this adds dead code. Please resubmit as part of a >> series that actually uses this. > > in the cover email i put > """ > I have left out any implementations in this set of patches. I am > working to redo all the implementations based on the work done by > Stephen Warren in his recent set to base on top of these and his exists > work. > """ > > Stephen has submitted patches that use this code. and I will be > submitting further patches that use it in the next few days. Wolfgang, is this OK (Dennis submitting patches that adds a feature, and my submitting a separate series that uses it, all sent to the mailing list at the same time and applied together)? Or, do I need to physically send Dennis's patches in the same series as my patches? > I will be submitting a V2 that fixes Stephens comment Dennis, I don't think I saw V2 of this series?