commit | 5322d6244d8c6378e46ce2ca40532d1a854e73a3 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Mar 02 17:04:37 2015 -0700 |
committer | Simon Glass <sjg@chromium.org> | Sat Apr 18 11:11:37 2015 -0600 |
tree | 1126a86f04af92194c867b268ea5ca1e29d7aa46 | |
parent | 58028f856e2f6932658e31dac7058c3f4e9694e4 [diff] [blame] |
Kconfig: Move CONFIG_BOOTSTAGE to Kconfig Move CONFIG_BOOT_STAGE and its associated options to Kconfig. Adjust existing users and code. Signed-off-by: Simon Glass <sjg@chromium.org>
diff --git a/configs/sandbox_defconfig b/configs/sandbox_defconfig index 3731c71..288aacc 100644 --- a/configs/sandbox_defconfig +++ b/configs/sandbox_defconfig
@@ -15,3 +15,5 @@ CONFIG_DM_USB=y CONFIG_USB_EMUL=y CONFIG_USB_STORAGE=y +CONFIG_BOOTSTAGE=y +CONFIG_BOOTSTAGE_REPORT=y