From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sughosh Ganu Date: Fri, 16 Mar 2012 23:50:15 +0530 Subject: [U-Boot] [PATCH] arm: Don't use printf() in SPL builds In-Reply-To: References: <1330806795-20763-1-git-send-email-sjg@chromium.org> <20120310083345.GA6861@Hardy> Message-ID: <20120316182015.GB21106@Hardy> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de hi Simon, On Wed Mar 14, 2012 at 08:47:43PM -0700, Simon Glass wrote: > > > > ? Can you please check if libcommon support is needed for the > > ? cam_enc_4xx board -- your relocation patch series did not add > > ? CONFIG_SPL_LIBCOMMON_SUPPORT to this board. This will affect my > > ? patch to initialise gd and bd objects for hawkboard. Please let me > > ? know, and i will spin a patch accordingly. > > Yes I think this board needs both of these: > > #define CONFIG_SPL_LIBCOMMON_SUPPORT > #define CONFIG_SPL_LIBGENERIC_SUPPORT Ok. In that case, i guess you would be submitting the series with a new version? With addition of the libcommon support for cam_enc_4xx board, you don't need this patch. http://patchwork.ozlabs.org/patch/142220/ -sughosh