diff options
author | lars <lars@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2010-08-22 16:48:28 +0000 |
---|---|---|
committer | lars <lars@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2010-08-22 16:48:28 +0000 |
commit | 180624e64a131dcb92f2b8057dacffb776a6abce (patch) | |
tree | d4aa49297a0237499200f36e70f7aed53d53af73 /package/uboot-kirkwood/patches | |
parent | 66c918336439d16ab83ad5a7a831b23d9153b25e (diff) |
[package] Add uboot for marvell kirkwood based boards
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22764 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/uboot-kirkwood/patches')
-rw-r--r-- | package/uboot-kirkwood/patches/010-dockstar.patch | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/package/uboot-kirkwood/patches/010-dockstar.patch b/package/uboot-kirkwood/patches/010-dockstar.patch new file mode 100644 index 0000000000..209fada92b --- /dev/null +++ b/package/uboot-kirkwood/patches/010-dockstar.patch @@ -0,0 +1,22 @@ +--- a/Makefile ++++ b/Makefile +@@ -3039,6 +3039,9 @@ + sheevaplug_config: unconfig + @$(MKCONFIG) $(@:_config=) arm arm926ejs $(@:_config=) Marvell kirkwood + ++dockstar_config: unconfig ++ @$(MKCONFIG) $(@:_config=) arm arm926ejs $(@:_config=) Marvell kirkwood ++ + smdk2400_config : unconfig + @$(MKCONFIG) $(@:_config=) arm arm920t smdk2400 samsung s3c24x0 + +--- a/include/asm-arm/mach-types.h ++++ b/include/asm-arm/mach-types.h +@@ -2699,6 +2699,7 @@ + #define MACH_TYPE_MX53_EVK 2716 + #define MACH_TYPE_IGEP0030 2717 + #define MACH_TYPE_AXELL_H40_H50_CTRL 2718 ++#define MACH_TYPE_DOCKSTAR 2998 + + #ifdef CONFIG_ARCH_EBSA110 + # ifdef machine_arch_type |