MIPS: convert CONFIG_SYS_MIPS_TIMER_FREQ to Kconfig
[platform/kernel/u-boot.git] / include / configs / sifive-unleashed.h
index 4442fc2..2e5592c 100644 (file)
@@ -13,8 +13,6 @@
 
 #define CONFIG_SYS_SDRAM_BASE          0x80000000
 
-#define CONFIG_SYS_BOOTM_LEN           SZ_64M
-
 #define CONFIG_STANDALONE_LOAD_ADDR    0x80200000
 
 #define RISCV_MMODE_TIMERBASE          0x2000000
@@ -24,7 +22,6 @@
 
 /* Environment options */
 
-#ifndef CONFIG_SPL_BUILD
 #define BOOT_TARGET_DEVICES(func) \
        func(MMC, mmc, 0) \
        func(SF, sf, 0) \
@@ -61,6 +58,5 @@
        "fdtfile=" CONFIG_DEFAULT_FDT_FILE "\0" \
        BOOTENV \
        BOOTENV_SF
-#endif
 
 #endif /* __CONFIG_H */