commit | 3eaaa88aad4af5da6ab9c818b70d30657f5b1709 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Apr 24 13:49:52 2023 +1200 |
committer | Tom Rini <trini@konsulko.com> | Wed Apr 26 08:43:05 2023 -0400 |
tree | 3b7384c980d3b1eab26b088a26d0ad1f83452026 | |
parent | f27e9d52842ab4dcad19db347774170caac8775e [diff] |
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>