]> git.baikalelectronics.ru Git - uboot.git/commit
rockchip: spl: make spl-boot-order code reusable (split from rk3399)
authorPhilipp Tomsich <philipp.tomsich@theobroma-systems.com>
Wed, 19 Jul 2017 20:04:32 +0000 (22:04 +0200)
committerPhilipp Tomsich <philipp.tomsich@theobroma-systems.com>
Sun, 13 Aug 2017 15:12:34 +0000 (17:12 +0200)
commit367cbfa371a420f8735a1c8d44b3abdfaa08b496
tree4246400ba5b3834e5dae763f64658c5110668f09
parent7fd1f717642e8f108d1af363cd7bebd72fa03e96
rockchip: spl: make spl-boot-order code reusable (split from rk3399)

In order to reuse the support for the u-boot,spl-boot-order property
from the rk3399, we split it into a reusable module that can be
included by the SPL code for any of our boards.

Signed-off-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
arch/arm/mach-rockchip/Makefile
arch/arm/mach-rockchip/rk3399-board-spl.c
arch/arm/mach-rockchip/spl-boot-order.c [new file with mode: 0644]