From mboxrd@z Thu Jan 1 00:00:00 1970 From: Troy Kisky Date: Tue, 11 Nov 2014 17:59:57 -0700 Subject: [U-Boot] [PATCH v4 5/7] imx6: add some flexibility for defining macros In-Reply-To: References: <1415746221-48062-1-git-send-email-john.tobias.ph@gmail.com> <1415746221-48062-6-git-send-email-john.tobias.ph@gmail.com> Message-ID: <5462B10D.10807@boundarydevices.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 11/11/2014 5:52 PM, Otavio Salvador wrote: > On Tue, Nov 11, 2014 at 10:15 PM, John Tobias wrote: >> In iMX6DQ data sheet the stack address is 0x0093FFB8 (page 383). >> While, in iMX6SDL datasheet (page 393) is 0x0091FFB8. > > I am worrying how Compulab and Gateworks are using SPL if it is wrong. > iMX6SDL has 128KB OCRAM, 0x00900000 - 0x0091ffff iMX6DQ has 256KB OCRAM, 0x00900000 - 0x0093ffff So, if we want 1 image to support both, we should choose 0x0091FFB8. I don't know whether that is a goal here.