diff options
author | Tom Rini <trini@konsulko.com> | 2024-10-08 09:18:32 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2024-10-08 09:28:10 -0600 |
commit | d892702080d45468b4b5c1cbd3358705d182d4ef (patch) | |
tree | d0cd35ebf65e9b095eaef6cd85887e08af2fa558 /configs/seaboard_defconfig | |
parent | 080bb8480a4e915b1ef52418a9b7a227c75a22ee (diff) | |
download | u-boot-d892702080d45468b4b5c1cbd3358705d182d4ef.tar.gz |
configs: Resync with savedefconfigWIP/08Oct2024
Rsync all defconfig files using moveconfig.py
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/seaboard_defconfig')
-rw-r--r-- | configs/seaboard_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/seaboard_defconfig b/configs/seaboard_defconfig index 48c257b09aa..84cec357b60 100644 --- a/configs/seaboard_defconfig +++ b/configs/seaboard_defconfig @@ -8,10 +8,10 @@ CONFIG_ENV_OFFSET=0xFFFFE000 CONFIG_DEFAULT_DEVICE_TREE="tegra20-seaboard" CONFIG_SPL_TEXT_BASE=0x00108000 CONFIG_SPL_STACK=0xffffc +CONFIG_SYS_LOAD_ADDR=0x1000000 CONFIG_TEGRA20=y CONFIG_TARGET_SEABOARD=y CONFIG_TEGRA_ENABLE_UARTD=y -CONFIG_SYS_LOAD_ADDR=0x1000000 CONFIG_OF_SYSTEM_SETUP=y CONFIG_USE_PREBOOT=y CONFIG_SYS_PBSIZE=2086 |