From mboxrd@z Thu Jan 1 00:00:00 1970 From: Philipp Tomsich Date: Fri, 13 Jul 2018 12:25:02 +0200 Subject: [U-Boot] [U-Boot, v1, 3/4] rockchip: rk3399: inject 'u-boot, spl-boot-device' for next-stage In-Reply-To: <1527174954-21127-4-git-send-email-philipp.tomsich@theobroma-systems.com> References: <1527174954-21127-4-git-send-email-philipp.tomsich@theobroma-systems.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 > This implements the new 'spl_perform_fixups' hook for RK3399-based > boards and injects the /chosen/u-boot,spl-boot-device with an ofpath > corresponding to the boot device used. > > The intended usage is for the full U-Boot stage to evaluate this in > scripts and then adapt its boot-order when using distro-boot. > > Signed-off-by: Philipp Tomsich > Tested-by: Klaus Goger > --- > > arch/arm/mach-rockchip/rk3399-board-spl.c | 48 +++++++++++++++++++++++++++++++ > 1 file changed, 48 insertions(+) > Applied to u-boot-rockchip, thanks!