
9 Apr
2015
9 Apr
'15
5:03 a.m.
On 2 March 2015 at 17:04, Simon Glass sjg@chromium.org wrote:
Move CONFIG_BOOT_STAGE and its associated options to Kconfig. Adjust existing users and code.
Signed-off-by: Simon Glass sjg@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.