From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tom Rini Date: Fri, 27 Apr 2012 07:31:57 -0700 Subject: [U-Boot] [PATCH v2 1/2] CONFIG_SYS_BAUDRATE_TABLE: Add , place there In-Reply-To: <201204270134.17445.vapier@gentoo.org> References: <1335480396-29478-1-git-send-email-trini@ti.com> <201204270134.17445.vapier@gentoo.org> Message-ID: <4F9AADDD.2000102@ti.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 04/26/2012 10:34 PM, Mike Frysinger wrote: > On Thursday 26 April 2012 18:46:35 Tom Rini wrote: >> --- /dev/null >> +++ b/include/config_fallbacks.h >> @@ -0,0 +1,16 @@ >> +/* >> + * Copyright 2012 Texas Instruments >> + * >> + * This file is licensed under the terms of the GNU General Public >> + * License Version 2. This file is licensed "as is" without any >> + * warranty of any kind, whether express or implied. >> + */ > > loath as i am to point this out, but this is "GPLv2-only". u-boot requires > "GPLv2+" now. Note this was a copy/paste from config_cmd_default or config_cmd_defaults.h. I'll fix it for the next go-round. -- Tom