From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bin Meng Date: Sun, 23 Jul 2017 12:36:23 +0800 Subject: [U-Boot] [PATCH 4/5] bootstage: Drop unused options In-Reply-To: <20170715234120.177264-5-sjg@chromium.org> References: <20170715234120.177264-1-sjg@chromium.org> <20170715234120.177264-5-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 Sun, Jul 16, 2017 at 7:41 AM, Simon Glass wrote: > The CONFIG_BOOTSTAGE_USER_COUNT option is no-longer needed since we can now > support any number of user IDs. Also BOOTSTAGE_ID_COUNT is not needed now. > > Drop these unused options. > > Signed-off-by: Simon Glass > --- > > common/Kconfig | 9 --------- > common/bootstage.c | 2 +- > configs/sandbox_defconfig | 1 - > configs/sandbox_flattree_defconfig | 1 - > configs/sandbox_noblk_defconfig | 1 - > configs/sandbox_spl_defconfig | 1 - > include/bootstage.h | 6 ------ > 7 files changed, 1 insertion(+), 20 deletions(-) > Reviewed-by: Bin Meng