From mboxrd@z Thu Jan 1 00:00:00 1970 From: Albert ARIBAUD Date: Fri, 21 Oct 2011 21:54:21 +0200 Subject: [U-Boot] [PATCH v2 1/3] Add limits.h to hold basic limits In-Reply-To: <1318274551-25335-2-git-send-email-sjg@chromium.org> References: <1318274551-25335-1-git-send-email-sjg@chromium.org> <1318274551-25335-2-git-send-email-sjg@chromium.org> Message-ID: <4EA1CDED.8060604@aribaud.net> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Simon, Le 10/10/2011 21:22, Simon Glass a ?crit : > This brings a basic limits.h implementation into U-Boot. > > Signed-off-by: Simon Glass > --- > fs/ubifs/ubifs.h | 4 +--- > include/limits.h | 40 ++++++++++++++++++++++++++++++++++++++++ > 2 files changed, 41 insertions(+), 3 deletions(-) > create mode 100644 include/limits.h Apparently, in all the U-Boot codebase, only one file required standard limit names, and gets them with three lines of code. Is it worth adding 40 lines of code for this? Amicalement, -- Albert.