commit | 18138ab20347ffe5a2b80dd180026dae697a160d | [log] [tgz] |
---|---|---|
author | Trevor Woerner <twoerner@gmail.com> | Wed May 06 08:02:41 2020 -0400 |
committer | Tom Rini <trini@konsulko.com> | Fri May 15 14:47:35 2020 -0400 |
tree | 33c1293f88d4fa8287a53ca832609d7727a45d01 | |
parent | bb0fb4c0f40803eaffd7a4fc0ec3a9fe4a8be0f0 [diff] [blame] |
rename symbol: CONFIG_TEGRA -> CONFIG_ARCH_TEGRA Have this symbol follow the pattern of all other such symbols. Signed-off-by: Trevor Woerner <twoerner@gmail.com>
diff --git a/configs/seaboard_defconfig b/configs/seaboard_defconfig index 9c285b9..ba19ceb 100644 --- a/configs/seaboard_defconfig +++ b/configs/seaboard_defconfig
@@ -1,5 +1,5 @@ CONFIG_ARM=y -CONFIG_TEGRA=y +CONFIG_ARCH_TEGRA=y CONFIG_SYS_TEXT_BASE=0x00110000 CONFIG_ENV_SIZE=0x2000 CONFIG_ENV_OFFSET=0xFFFFE000