mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-11 15:37:23 +00:00
Convert CONFIG_BAUDRATE to Kconfig
This converts the following to Kconfig: CONFIG_BAUDRATE Signed-off-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
parent
cc1386b0d3
commit
62efcba5d5
2 changed files with 0 additions and 4 deletions
|
@ -159,9 +159,6 @@
|
||||||
#define PHYS_SDRAM_1_SIZE 0x80000000 /* 2 GB */
|
#define PHYS_SDRAM_1_SIZE 0x80000000 /* 2 GB */
|
||||||
#define PHYS_SDRAM_2_SIZE 0x100000000 /* 4 GB */
|
#define PHYS_SDRAM_2_SIZE 0x100000000 /* 4 GB */
|
||||||
|
|
||||||
/* Serial */
|
|
||||||
#define CONFIG_BAUDRATE 115200
|
|
||||||
|
|
||||||
/* Generic Timer Definitions */
|
/* Generic Timer Definitions */
|
||||||
#define COUNTER_FREQUENCY 8000000 /* 8MHz */
|
#define COUNTER_FREQUENCY 8000000 /* 8MHz */
|
||||||
|
|
||||||
|
|
|
@ -49,7 +49,6 @@
|
||||||
#define CONFIG_SYS_MEMTEST_START (CONFIG_SYS_SDRAM_BASE + (512 * 1024))
|
#define CONFIG_SYS_MEMTEST_START (CONFIG_SYS_SDRAM_BASE + (512 * 1024))
|
||||||
#define CONFIG_SYS_MEMTEST_END (CONFIG_SYS_SDRAM_BASE + PHYS_SDRAM_SIZE)
|
#define CONFIG_SYS_MEMTEST_END (CONFIG_SYS_SDRAM_BASE + PHYS_SDRAM_SIZE)
|
||||||
|
|
||||||
#define CONFIG_BAUDRATE 115200
|
|
||||||
#define CONFIG_SYS_BAUDRATE_TABLE {115200, 19200, 38400, 57600, 9600 }
|
#define CONFIG_SYS_BAUDRATE_TABLE {115200, 19200, 38400, 57600, 9600 }
|
||||||
|
|
||||||
#define CONFIG_SYS_CBSIZE 1024
|
#define CONFIG_SYS_CBSIZE 1024
|
||||||
|
|
Loading…
Reference in a new issue