From c5618fd418642f5b009582f5f6bc51f7c9d54bec Mon Sep 17 00:00:00 2001 From: Vadim Bendebury Date: Tue, 22 Apr 2014 15:25:10 -0700 Subject: [PATCH] ipq8064: prepare UART driver for use in coreboot These driver needs to be in src/lib, and the include file needs to be renamed to avoid collision with the top level uart.h. BUG=chrome-os-partner:27784 TEST=emerge-storm coreboot still works Change-Id: Ie12f44e055bbef0eb8b1a3ffc8d6742e7a446942 Signed-off-by: Vadim Bendebury Reviewed-on: https://chromium-review.googlesource.com/196393 --- src/{console/ipq806x_console.c => lib/uart_ipq806.c} | 0 src/soc/qualcomm/ipq806x/include/{uart.h => ipq_uart.h} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename src/{console/ipq806x_console.c => lib/uart_ipq806.c} (100%) rename src/soc/qualcomm/ipq806x/include/{uart.h => ipq_uart.h} (100%) diff --git a/src/console/ipq806x_console.c b/src/lib/uart_ipq806.c similarity index 100% rename from src/console/ipq806x_console.c rename to src/lib/uart_ipq806.c diff --git a/src/soc/qualcomm/ipq806x/include/uart.h b/src/soc/qualcomm/ipq806x/include/ipq_uart.h similarity index 100% rename from src/soc/qualcomm/ipq806x/include/uart.h rename to src/soc/qualcomm/ipq806x/include/ipq_uart.h