diff options
author | Tom Rini <trini@konsulko.com> | 2021-12-08 15:39:01 +0000 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2021-12-08 14:16:52 -0500 |
commit | 8a618212384e82336a2568e19495b5052b68f2d2 (patch) | |
tree | fd2603eff483d9b3e6f69290a867735943c0f6f8 | |
parent | 0cbdec3254f866e23116399861bda0601c43209f (diff) | |
download | u-boot-8a618212384e82336a2568e19495b5052b68f2d2.zip u-boot-8a618212384e82336a2568e19495b5052b68f2d2.tar.gz u-boot-8a618212384e82336a2568e19495b5052b68f2d2.tar.bz2 |
Convert CONFIG_CONS_INDEX to Kconfig
This converts the following to Kconfig:
CONFIG_CONS_INDEX
Signed-off-by: Tom Rini <trini@konsulko.com>
-rw-r--r-- | include/configs/kmcent2.h | 1 | ||||
-rw-r--r-- | include/configs/vocore2.h | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/kmcent2.h b/include/configs/kmcent2.h index 4dbd53c..24dc4c9 100644 --- a/include/configs/kmcent2.h +++ b/include/configs/kmcent2.h @@ -362,7 +362,6 @@ * Retain non-DM serial port for debug purposes. */ #if !defined(CONFIG_DM_SERIAL) -#define CONFIG_CONS_INDEX 1 #define CONFIG_SYS_NS16550_SERIAL #define CONFIG_SYS_NS16550_REG_SIZE 1 #define CONFIG_SYS_NS16550_CLK (get_bus_freq(0) / 2) diff --git a/include/configs/vocore2.h b/include/configs/vocore2.h index 58888d4..c60da8a 100644 --- a/include/configs/vocore2.h +++ b/include/configs/vocore2.h @@ -30,7 +30,6 @@ #define CONFIG_SYS_NS16550_CLK 40000000 #define CONFIG_SYS_NS16550_REG_SIZE -4 #define CONFIG_SYS_NS16550_COM3 0xb0000e00 -#define CONFIG_CONS_INDEX 3 /* RAM */ |