diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2010-05-28 19:45:24 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2010-05-28 19:45:24 +0000 |
commit | 7ac21ada5557961676da562c0779af3bd565ad4e (patch) | |
tree | 2a7c48c799b3502c0303e21a9679854ad67fa7c1 /target/linux/ramips/patches-2.6.34 | |
parent | 178e4e9927423f279979255486820cc9ff620256 (diff) | |
download | upstream-7ac21ada5557961676da562c0779af3bd565ad4e.tar.gz upstream-7ac21ada5557961676da562c0779af3bd565ad4e.tar.bz2 upstream-7ac21ada5557961676da562c0779af3bd565ad4e.zip |
ramips: use COMMAND_LINE_SIZE directly
SVN-Revision: 21606
Diffstat (limited to 'target/linux/ramips/patches-2.6.34')
-rw-r--r-- | target/linux/ramips/patches-2.6.34/104-clsize.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/target/linux/ramips/patches-2.6.34/104-clsize.patch b/target/linux/ramips/patches-2.6.34/104-clsize.patch deleted file mode 100644 index 34942332b7..0000000000 --- a/target/linux/ramips/patches-2.6.34/104-clsize.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/arch/mips/include/asm/bootinfo.h -+++ b/arch/mips/include/asm/bootinfo.h -@@ -12,6 +12,8 @@ - #ifndef _ASM_BOOTINFO_H - #define _ASM_BOOTINFO_H - -+#define CL_SIZE COMMAND_LINE_SIZE -+ - #include <linux/types.h> - #include <asm/setup.h> - |