From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Glass Date: Sun, 2 Sep 2018 17:02:27 -0600 Subject: [U-Boot] [PATCH 4/4] Revert "x86: galileo: Fix boot failure" In-Reply-To: <20180902230227.26643-1-sjg@chromium.org> References: <20180902230227.26643-1-sjg@chromium.org> Message-ID: <20180902230227.26643-5-sjg@chromium.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de The root cause of this problem should now be fixed. Renable bootstage. (Note, if this does not fix it, and instead a -ENOMEM error is produced, then we probably need to increase CONFIG_SYS_MALLOC_F_LEN a bit). This reverts commit 7995dd3782f90e1939969a4ead800a5e98e2d197. Signed-off-by: Simon Glass --- configs/galileo_defconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/configs/galileo_defconfig b/configs/galileo_defconfig index 63973028a71..9c58fa3a1af 100644 --- a/configs/galileo_defconfig +++ b/configs/galileo_defconfig @@ -8,6 +8,8 @@ CONFIG_GENERATE_MP_TABLE=y CONFIG_GENERATE_ACPI_TABLE=y CONFIG_NR_DRAM_BANKS=8 CONFIG_FIT=y +CONFIG_BOOTSTAGE=y +CONFIG_BOOTSTAGE_REPORT=y CONFIG_USE_BOOTARGS=y CONFIG_BOOTARGS="root=/dev/sdb3 init=/sbin/init rootwait ro" CONFIG_SYS_CONSOLE_INFO_QUIET=y @@ -27,6 +29,7 @@ CONFIG_CMD_DHCP=y # CONFIG_CMD_NFS is not set CONFIG_CMD_PING=y CONFIG_CMD_TIME=y +CONFIG_CMD_BOOTSTAGE=y CONFIG_CMD_EXT2=y CONFIG_CMD_EXT4=y CONFIG_CMD_EXT4_WRITE=y -- 2.19.0.rc1.350.ge57e33dbd1-goog