From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Glass Date: Sat, 22 Jun 2019 20:09:39 +0100 Subject: [U-Boot] [PATCH PATCH v3 11/12] spl: fit: constify the output parameter of spl_fit_get_image_name() In-Reply-To: <20190523103912.3790-12-jjhiblot@ti.com> References: <20190523103912.3790-1-jjhiblot@ti.com> <20190523103912.3790-12-jjhiblot@ti.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Thu, 23 May 2019 at 11:39, Jean-Jacques Hiblot wrote: > > There is no need for it to be non-constant. Making it constant, allows to > return constant string without warning. > > Signed-off-by: Jean-Jacques Hiblot > --- > > Changes in v3: None > Changes in v2: None > > common/spl/spl_fit.c | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) Reviewed-by: Simon Glass