From: Seung-Woo Kim Date: Tue, 19 May 2020 10:32:17 +0000 (+0900) Subject: Revert "bootstage: enable bootstage timing report to fdt" X-Git-Tag: submit/tizen/20201110.005738~83 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=67e3938cce59ee51656f6ef334d4bc2786b3cbb2;p=platform%2Fkernel%2Fu-boot.git Revert "bootstage: enable bootstage timing report to fdt" This reverts commit cc19bd066c446a91d0e1292e2e21fc9395afb92a pratially for odroid_defconfig. From other defconfigs including tizen_defconfig and odroid-xu3_defconfig, the options has been already removed. Note: the bootstage options breaks booting from odroid-u3. Change-Id: If85a8956ed805f6221619f9462f8d672f48458bf Signed-off-by: Seung-Woo Kim --- diff --git a/configs/odroid_defconfig b/configs/odroid_defconfig index b6d7646305..ea976829e2 100644 --- a/configs/odroid_defconfig +++ b/configs/odroid_defconfig @@ -66,6 +66,3 @@ CONFIG_USB_HOST_ETHER=y CONFIG_USB_ETHER_SMSC95XX=y CONFIG_LIB_HW_RAND=y CONFIG_ERRNO_STR=y -CONFIG_BOOTSTAGE=y -CONFIG_BOOTSTAGE_FDT=y -CONFIG_CMD_BOOTSTAGE=y