[U-Boot] [PATCH] Kconfig: Move CONFIG_BOOTSTAGE to Kconfig
Simon Glass
sjg at chromium.org
Thu Apr 9 05:03:06 CEST 2015
On 2 March 2015 at 17:04, Simon Glass <sjg at chromium.org> wrote:
> Move CONFIG_BOOT_STAGE and its associated options to Kconfig. Adjust
> existing users and code.
>
> Signed-off-by: Simon Glass <sjg at chromium.org>
> ---
>
> README | 49 --------------------
> arch/x86/Kconfig | 9 ++++
> arch/x86/cpu/cpu.c | 2 +-
> common/Kconfig | 106 +++++++++++++++++++++++++++++++++++++++++++
> common/cmd_bootstage.c | 7 +--
> configs/sandbox_defconfig | 1 +
> include/bootstage.h | 2 +-
> include/configs/sandbox.h | 1 -
> include/configs/x86-common.h | 3 --
> 9 files changed, 119 insertions(+), 61 deletions(-)
Applied to u-boot-dm/next.
More information about the U-Boot
mailing list