summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorwdenk <wdenk>2005-05-03 14:12:25 +0000
committerwdenk <wdenk>2005-05-03 14:12:25 +0000
commit90dc67049df9db3469e6dfa6073d36b7ae848d05 (patch)
tree2f8283beb30250f1095665d2f010dc614bf264ec /README
parent434cf850a4afd9a1311c657333ac9ded95ea3096 (diff)
downloadbarebox-90dc67049df9db3469e6dfa6073d36b7ae848d05.tar.gz
barebox-90dc67049df9db3469e6dfa6073d36b7ae848d05.tar.xz
README: add explanation about patch policy
net/net.c: fix indentation
Diffstat (limited to 'README')
-rw-r--r--README4
1 files changed, 4 insertions, 0 deletions
diff --git a/README b/README
index c1441fb2bb..c52ccbd9db 100644
--- a/README
+++ b/README
@@ -3381,6 +3381,7 @@ Since the number of patches for U-Boot is growing, we need to
establish some rules. Submissions which do not conform to these rules
may be rejected, even when they contain important and valuable stuff.
+Patches shall be sent to the u-boot-users mailing list.
When you send a patch, please include the following information with
it:
@@ -3438,3 +3439,6 @@ Notes:
(using #ifdef), and the resulting code with the new feature
disabled must not need more memory than the old code without your
modification.
+
+* Remember that there is a size limit of 40 kB per message on the
+ u-boot-users mailing list. Compression may help.