diff options
author | Marek Szyprowski <m.szyprowski@samsung.com> | 2017-09-29 13:49:31 +0200 |
---|---|---|
committer | Marek Szyprowski <m.szyprowski@samsung.com> | 2017-10-17 09:30:55 +0200 |
commit | 8fc206b3830b086f382cd3d9d19e3ccd12cabf40 (patch) | |
tree | d78e04c2f801dbccec05efa3ff895fb5d532b3b1 | |
parent | d98ea6f1bda2d9e597eb1b29727b898db5f3f361 (diff) | |
download | u-boot-8fc206b3830b086f382cd3d9d19e3ccd12cabf40.tar.gz u-boot-8fc206b3830b086f382cd3d9d19e3ccd12cabf40.tar.bz2 u-boot-8fc206b3830b086f382cd3d9d19e3ccd12cabf40.zip |
configs: odroid-xu3: remove bootstage support
Bootstage slows down boot and sometimes shows message "bootstage: Failed
to add to device tree", which confuses users.
Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com>
Change-Id: I1134f440d006506ab9fbdc4cbc1cddb61eb31c6c
-rw-r--r-- | configs/odroid-xu3_defconfig | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/configs/odroid-xu3_defconfig b/configs/odroid-xu3_defconfig index 7ec32d009f..947f24fbd5 100644 --- a/configs/odroid-xu3_defconfig +++ b/configs/odroid-xu3_defconfig @@ -49,8 +49,5 @@ CONFIG_G_DNL_PRODUCT_NUM=0x6601 CONFIG_VIDEO_BRIDGE=y CONFIG_ERRNO_STR=y CONFIG_SIG=y -CONFIG_BOOTSTAGE=y -CONFIG_BOOTSTAGE_FDT=y -CONFIG_CMD_BOOTSTAGE=y CONFIG_CMD_NFS_DOWNLOAD=y CONFIG_USB_ETHER_RTL8152=y |