From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: To: Paul Gortmaker Subject: Re: [PATCH] dtc: give advance warning that "-S" is going away. In-reply-to: <1217426356-1248-1-git-send-email-paul.gortmaker@windriver.com> References: <1217426356-1248-1-git-send-email-paul.gortmaker@windriver.com> Date: Thu, 31 Jul 2008 10:43:41 -0500 From: Jon Loeliger Message-Id: Cc: linuxppc-dev@ozlabs.org, devicetree-discuss@ozlabs.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , > The "-S" option allowed the specification of a minimum size for > the blob, however the main reason for caring about the size is > so there is enough padding to add a chosen node by u-boot or > whoever. In which case, folks don't really care about the absolute > size, but rather the size of the padding added for this -- which > is what the "-p" option does. Having the "-S" just confuses people. > > Signed-off-by: Paul Gortmaker Applied. jdl