summaryrefslogtreecommitdiff
path: root/include/configs/rockchip-common.h
diff options
context:
space:
mode:
authorAdam Ford <aford173@gmail.com>2018-02-06 16:49:32 +0300
committerTom Rini <trini@konsulko.com>2018-02-24 05:44:22 +0300
commitba8bf9481b0854fa7d48b0e9ed913c639f187c7d (patch)
tree1940f415a9cabdf09b2b3cefba0e6eeb7e8cd186 /include/configs/rockchip-common.h
parentd021e942107a1f7304a879cec99286ca462f7be3 (diff)
downloadu-boot-ba8bf9481b0854fa7d48b0e9ed913c639f187c7d.tar.xz
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 <aford173@gmail.com>
Diffstat (limited to 'include/configs/rockchip-common.h')
-rw-r--r--include/configs/rockchip-common.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/rockchip-common.h b/include/configs/rockchip-common.h
index f465d35330..26d41b5075 100644
--- a/include/configs/rockchip-common.h
+++ b/include/configs/rockchip-common.h
@@ -9,7 +9,6 @@
#include <linux/sizes.h>
#ifndef CONFIG_SPL_BUILD
-#include <config_distro_defaults.h>
/* First try to boot from SD (index 0), then eMMC (index 1) */
#if CONFIG_IS_ENABLED(CMD_MMC)