diff options
author | Marek Vasut <marex@denx.de> | 2012-09-14 23:39:52 +0200 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2012-10-15 11:53:58 -0700 |
commit | bffe31c144909722eb8b5878992fdf402cd42f9d (patch) | |
tree | 3dfad792472cfbf64b9d5105652b4b6d3d922f18 /include/configs/tegra-common-post.h | |
parent | 82dda962f0a6449672df3378bb6b5fe54372a927 (diff) | |
download | u-boot-imx-bffe31c144909722eb8b5878992fdf402cd42f9d.zip u-boot-imx-bffe31c144909722eb8b5878992fdf402cd42f9d.tar.gz u-boot-imx-bffe31c144909722eb8b5878992fdf402cd42f9d.tar.bz2 |
serial: Remove CONFIG_SERIAL_MULTI from config files
Remove any notion of CONFIG_SERIAL_MULTI from board config files.
Since CONFIG_SERIAL_MULTI is now enabled by default, it is useless
to specify this config option in the board config files. Therefore
remove it.
Signed-off-by: Marek Vasut <marex@denx.de>
Cc: Marek Vasut <marek.vasut@gmail.com>
Cc: Anatolij Gustschin <agust@denx.de>
Cc: Stefan Roese <sr@denx.de>
Signed-off-by: Tom Rini <trini@ti.com>
Diffstat (limited to 'include/configs/tegra-common-post.h')
-rw-r--r-- | include/configs/tegra-common-post.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/configs/tegra-common-post.h b/include/configs/tegra-common-post.h index 168b64b..a01b2a7 100644 --- a/include/configs/tegra-common-post.h +++ b/include/configs/tegra-common-post.h @@ -154,11 +154,6 @@ #undef CONFIG_OF_CONTROL #endif -/* remove SERIAL_MULTI */ -#ifdef CONFIG_SERIAL_MULTI -#undef CONFIG_SERIAL_MULTI -#endif - /* remove I2C support */ #ifdef CONFIG_TEGRA_I2C #undef CONFIG_TEGRA_I2C |