diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2016-12-11 10:35:24 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2017-03-26 05:46:30 +0200 |
commit | 0688215f83180fb4a8f1b1a4a192657436751afd (patch) | |
tree | a79f2a0288b10ce68021a9397cb245ec96ac6233 /package/u-boot/patches/patch-include_configs_clearfog_h | |
parent | a64f563f108d74772e62a4f0d4371e2f9ff9ef9f (diff) |
clearfog: add u-boot distro patch
Diffstat (limited to 'package/u-boot/patches/patch-include_configs_clearfog_h')
-rw-r--r-- | package/u-boot/patches/patch-include_configs_clearfog_h | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/package/u-boot/patches/patch-include_configs_clearfog_h b/package/u-boot/patches/patch-include_configs_clearfog_h deleted file mode 100644 index ba8b83a55..000000000 --- a/package/u-boot/patches/patch-include_configs_clearfog_h +++ /dev/null @@ -1,20 +0,0 @@ ---- u-boot-2016.09.orig/include/configs/clearfog.h 2016-09-12 16:05:51.000000000 +0200 -+++ u-boot-2016.09/include/configs/clearfog.h 2016-11-08 05:49:59.000000000 +0100 -@@ -7,6 +7,8 @@ - #ifndef _CONFIG_CLEARFOG_H - #define _CONFIG_CLEARFOG_H - -+#include <config_distro_defaults.h> -+ - /* - * High Level Configuration Options (easy to change) - */ -@@ -151,6 +153,8 @@ - #endif - #endif - -+#include <config_distro_bootcmd.h> -+ - /* - * mv-common.h should be defined after CMD configs since it used them - * to enable certain macros |