From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bin Meng Date: Mon, 7 Oct 2019 09:00:21 +0800 Subject: [U-Boot] [PATCH 044/126] spl: Convert CONFIG_SPL_LIMIT to hex In-Reply-To: References: <20190925145750.200592-1-sjg@chromium.org> <20190925145750.200592-45-sjg@chromium.org> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Sat, Oct 5, 2019 at 11:18 PM Bin Meng wrote: > > On Wed, Sep 25, 2019 at 10:58 PM Simon Glass wrote: > > > > This is currently a decimal value which is not as convenient or > > meaningful. Also U-Boot tends to use hex everywhere. > > > > Convert this option to hex and add a comment for the size_check macro. > > > > Signed-off-by: Simon Glass > > --- > > > > Makefile | 10 +++++++--- > > arch/arm/mach-socfpga/Kconfig | 2 +- > > common/spl/Kconfig | 2 +- > > configs/evb-rk3288_defconfig | 2 +- > > configs/tinker-rk3288_defconfig | 2 +- > > 5 files changed, 11 insertions(+), 7 deletions(-) > > > > Acked-by: Bin Meng > > I can fix the commit summary issue (missing _SIZE, as pointed out by > Simon Goldschmidt) when applying. Fixed the typo in the commit title, and applied to u-boot-x86/next, thanks!