]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - include/configs/clearfog.h
Remove config_distro_defaults.h
[people/ms/u-boot.git] / include / configs / clearfog.h
index 86ed27d4f5d204584c15e6e351facf1b38ec6686..7089bc4f157c87dbbd0a6aadddcbf5eaca481aaa 100644 (file)
@@ -86,7 +86,6 @@
 #define CONFIG_SPL_BOOT_DEVICE         SPL_BOOT_SDIO_MMC_CARD
 
 /* Defines for SPL */
-#define CONFIG_SPL_FRAMEWORK
 #define CONFIG_SPL_SIZE                        (140 << 10)
 #define CONFIG_SPL_TEXT_BASE           0x40000030
 #define CONFIG_SPL_MAX_SIZE            (CONFIG_SPL_SIZE - 0x0030)
 
 /* Include the common distro boot environment */
 #ifndef CONFIG_SPL_BUILD
-#include <config_distro_defaults.h>
 
 #ifdef CONFIG_MMC
 #define BOOT_TARGET_DEVICES_MMC(func) func(MMC, mmc, 0)