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: accepted/tizen/unified/20200528.132817~3 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=00ca6d6750288f60a51743c899fde058d169d323;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 0b57e91..95d77b7 100644 --- a/configs/odroid_defconfig +++ b/configs/odroid_defconfig @@ -59,6 +59,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