From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nikita Kiryanov Date: Thu, 7 Jul 2016 11:20:25 +0300 Subject: [U-Boot] [PATCH 1/3] ARM: configs: cm_fx6: improve default environment In-Reply-To: <8ee6e075c03641b0aa6f949d0c276c77@rwthex-s1-b.rwth-ad.de> References: <20160619154456.29027-1-christopher.spinrath@rwth-aachen.de> <8ee6e075c03641b0aa6f949d0c276c77@rwthex-s1-b.rwth-ad.de> Message-ID: <20160707082025.GA28953@arkadi-linux.compulab.local> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Sun, Jun 19, 2016 at 05:44:54PM +0200, Christopher Spinrath wrote: > Currently, entire script segments have to be changed in the default > environment to change the kernel image location or to append kernel > cmdline parameters. In the later case this has to be changed for > every possible boot device. > > Introduce new variables for kernel image locations and boot device > independent kernel parameters to make it easier to change these > settings. Reviewed-by: Nikita Kiryanov > > Signed-off-by: Christopher Spinrath > --- > include/configs/cm_fx6.h | 12 +++++++----- > 1 file changed, 7 insertions(+), 5 deletions(-) >