From 84996795c2f81cbfac210b6f2c168c5fb06a7a20 Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Sun, 10 Jun 2018 06:17:46 +0100 Subject: 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 Reviewed-by: Simon Glass Signed-off-by: Tom Warren --- configs/nyan-big_defconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configs/nyan-big_defconfig') 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 -- cgit v1.2.3