From mboxrd@z Thu Jan 1 00:00:00 1970 From: Philipp Tomsich Date: Tue, 21 Nov 2017 23:32:46 +0100 Subject: [U-Boot] [U-Boot, v3, 3/3] rockchip: check download key before bootup In-Reply-To: <1507705291-10777-1-git-send-email-andy.yan@rock-chips.com> References: <1507705291-10777-1-git-send-email-andy.yan@rock-chips.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 > Enter download mode if the download key pressed. > > Signed-off-by: Andy Yan > Acked-by: Philipp Tomsich > Reviewed-by: Philipp Tomsich > --- > > Changes in v3: None > Changes in v2: > - more document > - move adc key detect as the default > > arch/arm/mach-rockchip/boot_mode.c | 43 ++++++++++++++++++++++++++++++++++++++ > 1 file changed, 43 insertions(+) > Applied to u-boot-rockchip, thanks!