tegra124: Fix EMC base address.
The EMC address was wrong and may cause memory initialization to fail. BUG=none TEST=emerge-nyan chromeos-coreboot-nyan Change-Id: Iaa8f21a6ba2d3850495da9a85711cf7fb7b09ad4 Reviewed-on: https://chromium-review.googlesource.com/183602 Tested-by: Hung-Te Lin <hungte@chromium.org> Reviewed-by: Julius Werner <jwerner@chromium.org> Commit-Queue: Hung-Te Lin <hungte@chromium.org>
This commit is contained in:
parent
328b5d6265
commit
587c896929
1 changed files with 1 additions and 1 deletions
|
|
@ -66,9 +66,9 @@ enum {
|
|||
TEGRA_SPI6_BASE = TEGRA_APB_MISC_BASE + 0xDE00,
|
||||
TEGRA_DVC_BASE = TEGRA_APB_MISC_BASE + 0xD000,
|
||||
TEGRA_PMC_BASE = TEGRA_APB_MISC_BASE + 0xE400,
|
||||
TEGRA_EMC_BASE = TEGRA_APB_MISC_BASE + 0xF400,
|
||||
TEGRA_FUSE_BASE = TEGRA_APB_MISC_BASE + 0xF800,
|
||||
TEGRA_MC_BASE = 0x70019000,
|
||||
TEGRA_EMC_BASE = 0x7001B000,
|
||||
TEGRA_CSITE_BASE = 0x70040000,
|
||||
TEGRA_SYSCTR0_BASE = 0x700F0000,
|
||||
TEGRA_USBD_BASE = 0x7D000000,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue