From mboxrd@z Thu Jan 1 00:00:00 1970 From: Hans de Goede Date: Mon, 30 Nov 2015 09:16:19 +0100 Subject: [U-Boot] [PATCH v2 5/9] sunxi: do not enable smp for A83T In-Reply-To: <1448730447-31328-6-git-send-email-vishnupatekar0510@gmail.com> References: <1448730447-31328-6-git-send-email-vishnupatekar0510@gmail.com> Message-ID: <565C05D3.9080303@redhat.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi, > When smp is enabled for A83T, intermittent hang is observed after booting kernel. > for now do not enable the smp for CPU0. This has to be fixed. > Also, fixed the space at line start warning at these two lines. Is this still needed now that we bring up only one CPU anyways? Regards, Hans