From mboxrd@z Thu Jan 1 00:00:00 1970 From: Lokesh Vutla Date: Wed, 8 Jan 2020 09:46:07 +0530 Subject: [U-Boot] [PATCH v2] spl: Move check for SPL_LIBCOMMON support to header In-Reply-To: <20200107233623.21587-1-afd@ti.com> References: <20200107233623.21587-1-afd@ti.com> Message-ID: <2236a591-4bce-2a44-e319-742e33cee261@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 08/01/20 5:06 AM, Andrew F. Davis wrote: > Print statements in SPL depend on lib/common support, due to this many > such print statements are ifdef'd. Instead of checking at each call site > move the check to the common.h header and remove these inline checks. > > Signed-off-by: Andrew F. Davis > Reviewed-by: Simon Glass Nice cleanup..!! Reviewed-by: Lokesh Vutla Thanks and regards, Lokesh