summaryrefslogtreecommitdiff
path: root/include/configs
diff options
context:
space:
mode:
authorPaul Burton <paul.burton@imgtec.com>2016-05-17 06:43:28 (GMT)
committerDaniel Schwierzeck <daniel.schwierzeck@gmail.com>2016-05-25 23:34:13 (GMT)
commit6242aa137427f6da6ca47e7a8c9a9f78ad63e00d (patch)
tree25366b785c6fd657a203b0b51e146b4a21d92088 /include/configs
parent2e7eb12e5c81dedaff12b0cea2341dc681d8c726 (diff)
downloadu-boot-6242aa137427f6da6ca47e7a8c9a9f78ad63e00d.tar.xz
malta: Use device model & tree for UART
Make use of device model & device tree to probe the UART driver. This is the initial step in bringing Malta up to date with driver model, and allows for cleaner handling of the different I/O addresses for different system controllers by specifying the ISA bus address instead of a translated memory address. Signed-off-by: Paul Burton <paul.burton@imgtec.com> Reviewed-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
Diffstat (limited to 'include/configs')
-rw-r--r--include/configs/malta.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/configs/malta.h b/include/configs/malta.h
index 1c3c83c..e03935b 100644
--- a/include/configs/malta.h
+++ b/include/configs/malta.h
@@ -65,13 +65,7 @@
* Serial driver
*/
#define CONFIG_BAUDRATE 115200
-
-#define CONFIG_SYS_NS16550_SERIAL
#define CONFIG_SYS_NS16550_PORT_MAPPED
-#define CONFIG_SYS_NS16550_REG_SIZE 1
-#define CONFIG_SYS_NS16550_CLK (115200 * 16)
-#define CONFIG_SYS_NS16550_COM1 0x3f8
-#define CONFIG_CONS_INDEX 1
/*
* Flash configuration