diff options
author | Allen Martin <amartin@nvidia.com> | 2012-10-24 08:32:05 +0000 |
---|---|---|
committer | Marek Vasut <marex@denx.de> | 2012-11-20 00:16:05 +0100 |
commit | 7992bfbf8dcc5162a096b1da0be8807d0f892257 (patch) | |
tree | 54db75b78e3f620915e03679ada8351196104fd9 /include/configs/tegra20-common.h | |
parent | d7475386bb75ec4e49be66d83775edb043dbfb43 (diff) | |
download | u-boot-7992bfbf8dcc5162a096b1da0be8807d0f892257.tar.gz |
tegra: move TEGRA_DEVICE_SETTINGS to tegra-common-post.h
Move environment settings for stdin/stdout/stderr to
tegra-common-post.h and generate them automaticaly based on input
device selection.
Signed-off-by: Allen Martin <amartin@nvidia.com>
Acked-by: Stephen Warren <swarren@nvidia.com>
Tested-by: Stephen Warren <swarren@nvidia.com>
Diffstat (limited to 'include/configs/tegra20-common.h')
-rw-r--r-- | include/configs/tegra20-common.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/configs/tegra20-common.h b/include/configs/tegra20-common.h index 2a14caaf60..31b68be4db 100644 --- a/include/configs/tegra20-common.h +++ b/include/configs/tegra20-common.h @@ -124,12 +124,8 @@ #define CONFIG_SYS_NO_FLASH -/* Environment information, boards can override if required */ #define CONFIG_CONSOLE_MUX #define CONFIG_SYS_CONSOLE_IS_IN_ENV -#define TEGRA_DEVICE_SETTINGS "stdin=serial\0" \ - "stdout=serial\0" \ - "stderr=serial\0" #define CONFIG_LOADADDR 0x408000 /* def. location for kernel */ #define CONFIG_BOOTDELAY 2 /* -1 to disable auto boot */ |