From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Sun, 20 Oct 2013 07:08:10 +0200 Subject: [U-Boot] [PATCH v4 03/16] sandbox: config: Don't use 64-bit physical memory In-Reply-To: <1382135604-31828-4-git-send-email-sjg@chromium.org> References: <1382135604-31828-1-git-send-email-sjg@chromium.org> <1382135604-31828-4-git-send-email-sjg@chromium.org> Message-ID: <201310200708.10495.marex@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Dear Simon Glass, > Sandbox uses an emulated memory map which is quite small. We don't need the > CONFIG_PHYS_64BIT option since we can address memory with a 32-bit offset > into our ram_buf. > > Adjust the phys_addr_t and phys_size_t types accordingly. > > Signed-off-by: Simon Glass Do we support AMD64 ? I guess not ;-) btw. is there any real need to mix sandbox patches and DM patches ? Best regards, Marek Vasut