cc3200: Resolve DTS fixup.
As part of the transition to Device Tree, a temporary HAS_DTS configuration variable, and a .fixup file per board with symbol aliases were added. This patch removes the cc32xx related fixup file definitions, except for those used additionally outside the cc32xx drivers. Since cc32xx has DTS files, and since HAS_DTS will always be true, it also removes the 'if !HAS_DTS' blocks from the cc32xx Kconfig files. Change-Id: I1c1b9f734795f523342f82ab32f2a38983812c0b Signed-off-by: Gil Pitney <gil.pitney@linaro.org> Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
This commit is contained in:
parent
7fb27de7cc
commit
9b12803bf7
5 changed files with 5 additions and 49 deletions
|
@ -1,6 +1 @@
|
|||
#define CONFIG_NUM_IRQ_PRIO_BITS ARM_NVIC_E000E100_ARM_NUM_IRQ_PRIORITY_BITS
|
||||
|
||||
#define EXCEPTION_UARTA0 TI_CC32XX_UART_4000C000_IRQ_0
|
||||
#define CONFIG_UART_CC32XX_IRQ_PRI TI_CC32XX_UART_4000C000_IRQ_0_PRIORITY
|
||||
#define UART_CC32XX_BASE_ADDRESS TI_CC32XX_UART_4000C000_BASE_ADDRESS
|
||||
#define CONFIG_UART_CC32XX_BAUDRATE TI_CC32XX_UART_4000C000_BAUD_RATE
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue