summaryrefslogtreecommitdiff
path: root/configs/nyan-big_defconfig
diff options
context:
space:
mode:
authorPeter Robinson <pbrobinson@gmail.com>2018-06-10 06:17:46 +0100
committerTom Warren <twarren@nvidia.com>2018-07-06 09:12:39 -0700
commit84996795c2f81cbfac210b6f2c168c5fb06a7a20 (patch)
tree685e02e67a7eb3939ede48a84eefdb179401db25 /configs/nyan-big_defconfig
parent4ac5df4b41ba46d7e635bdd8d500721c642b0a0d (diff)
tegra: nyan-big: Update CONFIG_SYS_TEXT to the default in README.chromium
To build U-Boot on a Nyan Big Chromebook the docs outline adjusting the Tegra124 defined CONFIG_SYS_TEXT_BASE but this has since been moved to individual config files. We should have the default required for U-Boot chain loading on the chromebook as the default CONFIG_SYS_TEXT_BASE and update the docs to remove this now non required step. Signed-off-by: Peter Robinson <pbrobinson@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org> Signed-off-by: Tom Warren <twarren@nvidia.com>
Diffstat (limited to 'configs/nyan-big_defconfig')
-rw-r--r--configs/nyan-big_defconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/nyan-big_defconfig b/configs/nyan-big_defconfig
index 8868d1f9e1..3b64c64371 100644
--- a/configs/nyan-big_defconfig
+++ b/configs/nyan-big_defconfig
@@ -1,6 +1,6 @@
CONFIG_ARM=y
CONFIG_TEGRA=y
-CONFIG_SYS_TEXT_BASE=0x80110000
+CONFIG_SYS_TEXT_BASE=0x81000100
CONFIG_DEBUG_UART_BASE=0x70006000
CONFIG_DEBUG_UART_CLOCK=408000000
CONFIG_TEGRA124=y