summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Muellner <christoph.muellner@theobroma-systems.com>2019-04-05 21:36:24 +0200
committerChristoph Muellner <christoph.muellner@theobroma-systems.com>2019-04-05 21:36:43 +0200
commitb89c939b0563cb0d4c385cd2760e1bddc63f95ea (patch)
tree7239d447972fdf45d43d425c63501d78a6db0ced
parent3f9f6b34d72166e51143d9a9828ae85079aa7bfd (diff)
Revert "rockchip: rk3399-puma: prefer sd card unless booted from spi"
This reverts commit 4f5bf8c67467b77c2213945c32c3f69be0b07efb.
-rw-r--r--include/configs/puma_rk3399.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/include/configs/puma_rk3399.h b/include/configs/puma_rk3399.h
index cb95ac9bd5..39d0786266 100644
--- a/include/configs/puma_rk3399.h
+++ b/include/configs/puma_rk3399.h
@@ -37,18 +37,4 @@
#define CONFIG_BMP_24BPP
#define CONFIG_BMP_32BPP
-/*
- * We usually boot from SPI flash: This sets CONFIG_ENV_IS_IN_SPI_FLASH=y
- * and tries to load the kernel from eMMC (mmc0) first.
- *
- * If we boot from SD card, we prefer to load the kernel from SD card (mmc1)
- * first.
- */
-#if !CONFIG_IS_ENABLED(ENV_IS_IN_SPI_FLASH)
-#undef BOOT_TARGET_DEVICES
-#define BOOT_TARGET_DEVICES(func) \
- func(MMC, mmc, 1) \
- func(MMC, mmc, 0)
#endif
-
-#endif /* __PUMA_RK3399_H */