]> git.dujemihanovic.xyz Git - u-boot.git/commit
rockchip: Use the same boot_targets for all boards
authorSimon Glass <sjg@chromium.org>
Mon, 24 Apr 2023 01:49:52 +0000 (13:49 +1200)
committerTom Rini <trini@konsulko.com>
Wed, 26 Apr 2023 12:43:05 +0000 (08:43 -0400)
commit4204c50cbb5ac85e12a6a5a738d6d80b28147a88
tree3b7384c980d3b1eab26b088a26d0ad1f83452026
parent7755dc58af7b19e907cb806d7f1c0ef4ee2ab490
rockchip: Use the same boot_targets for all boards

It doesn't really matter if we mention things which are not present. For
example, if 'nvme' is included but the board does not support it, it just
continues with the next item in the list.

It is simpler to use the same target list for all boards, so drop the
different one for rk3399.

Signed-off-by: Simon Glass <sjg@chromium.org>
include/configs/rockchip-common.h