diff options
| author | Ricardo Ribalda Delgado <[email protected]> | 2016-01-26 11:24:15 +0100 |
|---|---|---|
| committer | Michal Simek <[email protected]> | 2016-01-27 15:55:32 +0100 |
| commit | 6a2c1aaae7de22b4892ba0a12159bec346f87f0d (patch) | |
| tree | d093d39b81e82d3b2980953bc6f34c16ace063aa /include | |
| parent | ad7321da8e5c56613b604cb91e064fbaa44b3283 (diff) | |
ppc: xilinx-ppc4xx-generic: Update xparameters.h
-Remove UART address (It is now part of the dts).
-Include dummy ns16550 clock
-Fix address to last test
Signed-off-by: Ricardo Ribalda Delgado <[email protected]>
Acked-by: Stefan Roese <[email protected]>
Signed-off-by: Michal Simek <[email protected]>
Reviewed-by: Michal Simek <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/xilinx-ppc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/xilinx-ppc.h b/include/configs/xilinx-ppc.h index 876750b1382..c5579e1a813 100644 --- a/include/configs/xilinx-ppc.h +++ b/include/configs/xilinx-ppc.h @@ -109,6 +109,7 @@ #define CONFIG_SYS_BAUDRATE_TABLE { CONFIG_BAUDRATE } #else #ifdef XPAR_UARTNS550_0_BASEADDR +#define CONFIG_SYS_NS16550 #define CONFIG_SYS_NS16550_SERIAL #define CONFIG_SYS_NS16550_REG_SIZE 4 #define CONFIG_CONS_INDEX 1 |
