summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJimmy Zhang <jimmzhang@nvidia.com>2012-05-08 15:02:42 -0700
committerGerrit <chrome-bot@google.com>2012-07-18 23:30:59 -0700
commitb39a120de590a04a6bb7f04cb4cffa5f6aed715e (patch)
tree44289d2ac365e4bca00d6ac7789b580885d68d6d
parent48ca7acfd6690b06f7e72a66f5bd741dca36be42 (diff)
tegra: fdt: Change load entry to 0x1080000
Change tegra2's entry address to its default address 0x108000. BUG=none TEST=flashed with local built u-boot. Kernel boots up fine. Change-Id: I6ff4ed1f2901df73b21d033fbd191550108e96b5 Signed-off-by: Jimmy Zhang <jimmzhang@nvidia.com> Reviewed-on: https://gerrit.chromium.org/gerrit/22171 Reviewed-by: Simon Glass <sjg@chromium.org>
-rw-r--r--board/nvidia/seaboard/chromeos.dtsi2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/nvidia/seaboard/chromeos.dtsi b/board/nvidia/seaboard/chromeos.dtsi
index 0088121556..438af87824 100644
--- a/board/nvidia/seaboard/chromeos.dtsi
+++ b/board/nvidia/seaboard/chromeos.dtsi
@@ -12,7 +12,7 @@
chromeos-config {
twostop; /* Two-stop boot */
twostop-optional; /* One-stop optimization enabled */
- textbase = <0xe08000>; /* Address where U-Boot loads */
+ textbase = <0x108000>; /* Address where U-Boot loads */
/*
* Device and offset for second-stage firmware, in SPI for now