diff options
author | Luka Perkov <luka@openwrt.org> | 2014-11-30 03:55:44 +0000 |
---|---|---|
committer | Luka Perkov <luka@openwrt.org> | 2014-11-30 03:55:44 +0000 |
commit | 03c303d3e9efa88bf2dbf8d466fa64051ad8f8e4 (patch) | |
tree | 15c6a6527b91bcd8672d45db5aa70c20223c6b44 /package/boot/uboot-kirkwood/patches/0009-kirkwood-sheevaplug-add-CONFIG_SYS_GENERIC_BOARD-def.patch | |
parent | 904e509b87b2ee93ef2f53e22c7276f5eef6113a (diff) | |
download | upstream-03c303d3e9efa88bf2dbf8d466fa64051ad8f8e4.tar.gz upstream-03c303d3e9efa88bf2dbf8d466fa64051ad8f8e4.tar.bz2 upstream-03c303d3e9efa88bf2dbf8d466fa64051ad8f8e4.zip |
uboot-kirkwood: bump to 2014.10
Signed-off-by: Luka Perkov <luka@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43436 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/boot/uboot-kirkwood/patches/0009-kirkwood-sheevaplug-add-CONFIG_SYS_GENERIC_BOARD-def.patch')
-rw-r--r-- | package/boot/uboot-kirkwood/patches/0009-kirkwood-sheevaplug-add-CONFIG_SYS_GENERIC_BOARD-def.patch | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/package/boot/uboot-kirkwood/patches/0009-kirkwood-sheevaplug-add-CONFIG_SYS_GENERIC_BOARD-def.patch b/package/boot/uboot-kirkwood/patches/0009-kirkwood-sheevaplug-add-CONFIG_SYS_GENERIC_BOARD-def.patch new file mode 100644 index 0000000000..d976bbc02d --- /dev/null +++ b/package/boot/uboot-kirkwood/patches/0009-kirkwood-sheevaplug-add-CONFIG_SYS_GENERIC_BOARD-def.patch @@ -0,0 +1,23 @@ +From 787e23179708ddad7ecd9dcd6c841546689864b0 Mon Sep 17 00:00:00 2001 +From: Luka Perkov <luka@openwrt.org> +Date: Sun, 30 Nov 2014 02:41:49 +0100 +Subject: [PATCH 9/9] kirkwood: sheevaplug: add CONFIG_SYS_GENERIC_BOARD define + +Signed-off-by: Luka Perkov <luka@openwrt.org> +CC: Prafulla Wadaskar <prafulla@marvell.com> +CC: Stefan Roese <sr@denx.de> +--- + include/configs/sheevaplug.h | 2 ++ + 1 file changed, 2 insertions(+) + +--- a/include/configs/sheevaplug.h ++++ b/include/configs/sheevaplug.h +@@ -10,6 +10,8 @@ + #ifndef _CONFIG_SHEEVAPLUG_H + #define _CONFIG_SHEEVAPLUG_H + ++#define CONFIG_SYS_GENERIC_BOARD ++ + /* + * Version number information + */ |