From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Goldschmidt Date: Thu, 1 Aug 2019 20:31:06 +0200 Subject: [U-Boot] [PATCH v2 38/40] env: Rename environment.h to env_internal.h In-Reply-To: <20190801154715.225318-39-sjg@chromium.org> References: <20190801154715.225318-1-sjg@chromium.org> <20190801154715.225318-39-sjg@chromium.org> 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 Am 01.08.2019 um 17:47 schrieb Simon Glass: > This file contains lots of internal details about the environment. Most > code can include env.h instead, calling the functions there as needed. > > Rename this file and add a comment at the top to indicate its internal > nature. > > Signed-off-by: Simon Glass > Acked-by: Joe Hershberger Again, nice cleanup! Reviewed-by: Simon Goldschmidt > ---