From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Date: Sun, 11 Oct 2015 12:07:50 +0100 Subject: [U-Boot] [PATCH v2] sunxi: Add a bootcmd_sunxi_compat to the default environment to boot old kernels In-Reply-To: <1444560463-25541-1-git-send-email-hdegoede@redhat.com> References: <1444560463-25541-1-git-send-email-hdegoede@redhat.com> Message-ID: <1444561670.16876.38.camel@hellion.org.uk> 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, 2015-10-11 at 12:47 +0200, Hans de Goede wrote: > Add a bootcmd_sunxi_compat value to the default environment when > building > with CONFIG_OLD_SUNXI_KERNEL_COMPAT, this way people who occasionally > want > to boot an old kernel can do so by simply typing "run > bootcmd_sunxi_compat" > rather then needing to have 2 separate setups / sdcards for old and > new kernels. > > Signed-off-by: Hans de Goede Acked-by: Ian Campbell