diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2016-11-08 21:19:20 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2016-11-08 21:19:42 +0100 |
commit | 0fc2c05139c69ab8acb8fd287214c2a51b3b16e4 (patch) | |
tree | 78eb7ac77e5090e49bc77e685d30d463e4f62fe5 /package/u-boot/patches/patch-include_configs_clearfog_h | |
parent | 5197e574887904883051c2d544821d14c9358fc8 (diff) |
add basic clearfog support
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, 20 insertions, 0 deletions
diff --git a/package/u-boot/patches/patch-include_configs_clearfog_h b/package/u-boot/patches/patch-include_configs_clearfog_h new file mode 100644 index 000000000..ba8b83a55 --- /dev/null +++ b/package/u-boot/patches/patch-include_configs_clearfog_h @@ -0,0 +1,20 @@ +--- 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 |