From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alexander von Gluck IV Date: Tue, 25 Jun 2019 00:42:06 +0000 Subject: [U-Boot] rpi2: u-boot misaligned operation Message-ID: <4ba7629d0cc14f64e4c5962892007fc9@unixzen.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Was rebuilding u-boot binary for the Raspberry Pi 2 (from master), and ran into the following issue: " U-Boot 2019.07-rc4-00179-g77f6e2dd05 (Jun 24 2019 - 14:25:14 -0500) DRAM: 128 MiB RPI 2 Model B (0xa21041) MMC: sdhci at 7e300000: 0 Loading Environment from FAT... *** Warning - bad CRC, using default environment mbox: Header response code invalid bcm2835: Could not configure display In: serial Out: vidconsole Err: vidconsole Net: CACHE: Misaligned operation at range [07fdb6e8, 07fdb700] CACHE: Misaligned operation at range [07fdb6e8, 07fdb700] CACHE: Misaligned operation at range [07fdb6e8, 07fdb700] CACHE: Misaligned operation at range [07fdb6e8, 07fdb700] CACHE: Misaligned operation at range [07fdb6e8, 07fdb700] CACHE: Misaligned operation at range [07fdb6e8, 07fdb700] . . . " git commit: 77f6e2dd0551d8a825bab391a1bd6b838874bcd4 Anyone seen this before? Thanks! -- Alex