uboot-kirkwood/goflexhome: add forgotten include openwrt-kirkwood-common.h"
authorLuka Perkov <luka@openwrt.org>
Mon, 14 Mar 2016 17:06:17 +0000 (17:06 +0000)
committerLuka Perkov <luka@openwrt.org>
Mon, 14 Mar 2016 17:06:17 +0000 (17:06 +0000)
otherwise the uboot is missing important commands like bootz

Signed-off-by: Martin Mueller <mm@sig21.net>
Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
SVN-Revision: 49017

package/boot/uboot-kirkwood/patches/200-openwrt-config.patch

index 0e84d3bd62cf885c50cb99aaaf9313102f19337d..92e2b753752393e46ac8b1232b737227c2c0e0a0 100644 (file)
 +#include "openwrt-kirkwood-common.h"
 +
  #endif /* _CONFIG_SHEEVAPLUG_H */
+--- a/include/configs/goflexhome.h
++++ b/include/configs/goflexhome.h
+@@ -133,4 +133,6 @@
+ #define CONFIG_RTC_MV
+ #endif /* CONFIG_CMD_DATE */
++#include "openwrt-kirkwood-common.h"
++
+ #endif /* _CONFIG_GOFLEXHOME_H */