From patchwork Fri Apr 17 11:15:43 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Fabio Estevam X-Patchwork-Id: 237913 List-Id: U-Boot discussion From: festevam at gmail.com (Fabio Estevam) Date: Fri, 17 Apr 2020 08:15:43 -0300 Subject: [PATCH 1/5] wandboard: Fix detection for mx6q/mx6dl revD1 revariants In-Reply-To: <37c169f5-59f7-dbd1-da69-cf276e6b04ff@denx.de> References: <20200417001231.11406-1-festevam@gmail.com> <37c169f5-59f7-dbd1-da69-cf276e6b04ff@denx.de> Message-ID: Hi Heiko, On Fri, Apr 17, 2020 at 4:56 AM Heiko Schocher wrote: > So it seems, output on console gets somehow lost, but bootcount counts down > and loads linux ... may I missed something? Thanks for testing. On my console, I get the full output on a i.MX6Q revB1: http://code.bulix.org/buuwfu-1287884 And also on a i.MX6QP revD1: http://code.bulix.org/0dx8tz-1287899 Could it be due to patch 4/5, that does: CONFIG_SPL_SEPARATE_BSS=y but I thought this would impact only the LCD output, not the real console. If you have a chance, could you please try again with only the first patch of the series (1/5)? Thanks > -- > DENX Software Engineering GmbH, Managing Director: Wolfgang Denk > HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany > Phone: +49-8142-66989-52 Fax: +49-8142-66989-80 Email: hs at denx.de --- a/configs/wandboard_defconfig +++ b/configs/wandboard_defconfig @@ -29,7 +29,6 @@ CONFIG_BOOTCOMMAND="run findfdt; run finduuid; run distro_bootcmd" CONFIG_SYS_CONSOLE_IS_IN_ENV=y CONFIG_SYS_CONSOLE_OVERWRITE_ROUTINE=y # CONFIG_DISPLAY_BOARDINFO is not set -CONFIG_DISPLAY_BOARDINFO_LATE=y CONFIG_BOUNCE_BUFFER=y CONFIG_BOARD_EARLY_INIT_F=y