]> git.sur5r.net Git - u-boot/blobdiff - include/configs/rk3399_common.h
spl: spi: Move CONFIG_SPL_SPI_LOAD to Kconfig
[u-boot] / include / configs / rk3399_common.h
index 8582252dc306b85477ec71187c5088441703ec67..bdba19eeae4f0f2d32b35128e1e7bbbf26a21dbd 100644 (file)
@@ -13,9 +13,6 @@
 #define CONFIG_SYS_MALLOC_LEN          (32 << 20)
 #define CONFIG_SYS_CBSIZE              1024
 #define CONFIG_SKIP_LOWLEVEL_INIT
-#if defined(CONFIG_SPL_SPI_SUPPORT)
-#define CONFIG_SPL_SPI_LOAD
-#endif
 
 #define COUNTER_FREQUENCY               24000000
 
@@ -59,6 +56,7 @@
 #include <config_distro_bootcmd.h>
 #define CONFIG_EXTRA_ENV_SETTINGS \
        ENV_MEM_LAYOUT_SETTINGS \
+       "fdtfile=rockchip/" CONFIG_DEFAULT_DEVICE_TREE ".dtb\0" \
        "partitions=" PARTS_DEFAULT \
        BOOTENV