[U-Boot] [PATCH v2 13/15] dm: am335x: Remove serial options from CONFIG_SYS_EXTRA_OPTIONS

Simon Glass sjg at chromium.org
Fri Oct 24 05:52:27 CEST 2014


On 22 October 2014 21:37, Simon Glass <sjg at chromium.org> wrote:
> With these options in place it is not possible to change the serial port
> using 'make menuconfig' or similar. It seems to result in duplicate
> defines.
>
> For example:
>
> In file included from include/linux/kconfig.h:4:0,
>                  from <command-line>:0:
> include/generated/autoconf.h:20:0: note: this is the location of the previous definition
>  #define CONFIG_CONS_INDEX 2
>  ^
>
> The default option seems to be 1 anyway, in board/ti/am335x/Kconfig.
>
> Remove the options so that we can adjust the serial port if required.
>
> Signed-off-by: Simon Glass <sjg at chromium.org>
> Acked-by: Tom Rini <trini at ti.com>
> ---
>
> Changes in v2: None
>
>  configs/am335x_boneblack_defconfig       | 2 +-
>  configs/am335x_boneblack_vboot_defconfig | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)

Applied to u-boot-dm/master


More information about the U-Boot mailing list