]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
dm: am335x: Remove serial options from CONFIG_SYS_EXTRA_OPTIONS
authorSimon Glass <sjg@chromium.org>
Thu, 23 Oct 2014 03:37:13 +0000 (21:37 -0600)
committerSimon Glass <sjg@chromium.org>
Fri, 24 Oct 2014 01:29:07 +0000 (19:29 -0600)
commit1f0d883af7d3d9cab4e99b579780d248a867566c
tree46590c549eb638300b7d83a4fad65f94a6e36170
parent0bf249511fe76c4de40f29a0bf6f2854935c36c6
dm: am335x: Remove serial options from CONFIG_SYS_EXTRA_OPTIONS

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@chromium.org>
Acked-by: Tom Rini <trini@ti.com>
configs/am335x_boneblack_defconfig
configs/am335x_boneblack_vboot_defconfig