From ba8bf9481b0854fa7d48b0e9ed913c639f187c7d Mon Sep 17 00:00:00 2001 From: Adam Ford Date: Tue, 6 Feb 2018 07:49:32 -0600 Subject: Remove config_distro_defaults.h With the contents of config_distro_defaults.h migrated to Kconfig, we can remove this header file completely Signed-off-by: Adam Ford --- include/configs/pcm058.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'include/configs/pcm058.h') diff --git a/include/configs/pcm058.h b/include/configs/pcm058.h index 3ea04624f9..0bd19b6657 100644 --- a/include/configs/pcm058.h +++ b/include/configs/pcm058.h @@ -8,8 +8,6 @@ #ifndef __PCM058_CONFIG_H #define __PCM058_CONFIG_H -#include - #ifdef CONFIG_SPL #define CONFIG_SPL_SPI_LOAD #define CONFIG_SYS_SPI_U_BOOT_OFFS (64 * 1024) -- cgit