diff options
author | Peter Robinson <pbrobinson@gmail.com> | 2018-06-10 06:17:46 +0100 |
---|---|---|
committer | Tom Warren <twarren@nvidia.com> | 2018-07-06 09:12:39 -0700 |
commit | 84996795c2f81cbfac210b6f2c168c5fb06a7a20 (patch) | |
tree | 685e02e67a7eb3939ede48a84eefdb179401db25 /configs/nyan-big_defconfig | |
parent | 4ac5df4b41ba46d7e635bdd8d500721c642b0a0d (diff) | |
download | u-boot-84996795c2f81cbfac210b6f2c168c5fb06a7a20.tar.gz u-boot-84996795c2f81cbfac210b6f2c168c5fb06a7a20.tar.bz2 u-boot-84996795c2f81cbfac210b6f2c168c5fb06a7a20.zip |
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_defconfig | 2 |
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 |