aboutsummaryrefslogtreecommitdiff
path: root/include/configs/rockchip-common.h
diff options
context:
space:
mode:
authorSimon Glass2023-04-24 13:49:52 +1200
committerTom Rini2023-04-26 08:43:05 -0400
commit4204c50cbb5ac85e12a6a5a738d6d80b28147a88 (patch)
tree3b7384c980d3b1eab26b088a26d0ad1f83452026 /include/configs/rockchip-common.h
parent7755dc58af7b19e907cb806d7f1c0ef4ee2ab490 (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>
Diffstat (limited to 'include/configs/rockchip-common.h')
-rw-r--r--include/configs/rockchip-common.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/configs/rockchip-common.h b/include/configs/rockchip-common.h
index e9f4072b7e7..9121bba3738 100644
--- a/include/configs/rockchip-common.h
+++ b/include/configs/rockchip-common.h
@@ -13,11 +13,7 @@
#ifndef CONFIG_SPL_BUILD
-#ifdef CONFIG_ROCKCHIP_RK3399
#define BOOT_TARGETS "mmc1 mmc0 nvme scsi usb pxe dhcp spi"
-#else
-#define BOOT_TARGETS "mmc1 mmc0 usb pxe dhcp"
-#endif
#ifdef CONFIG_ARM64
#define ROOT_UUID "B921B045-1DF0-41C3-AF44-4C6F280D3FAE;\0"