Skip to content

Commit

Permalink
ARM: OMAP2+: Remove now obsolete uncompress.h and debug-macro.S
Browse files Browse the repository at this point in the history
These are no longer needed, we now have to select the
debug_ll port manually. The new multiplatform version of the
debug_ll code is in arch/arm/include/debug/omap2plus.S.

Signed-off-by: Tony Lindgren <tony@atomide.com>
  • Loading branch information
Tony Lindgren committed Jan 11, 2013
1 parent ef4196f commit ad1bb1b
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 378 deletions.
165 changes: 0 additions & 165 deletions arch/arm/mach-omap2/include/mach/debug-macro.S

This file was deleted.

37 changes: 0 additions & 37 deletions arch/arm/mach-omap2/include/mach/serial.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,20 +8,6 @@
* GNU General Public License for more details.
*/

/*
* Memory entry used for the DEBUG_LL UART configuration, relative to
* start of RAM. See also uncompress.h and debug-macro.S.
*
* Note that using a memory location for storing the UART configuration
* has at least two limitations:
*
* 1. Kernel uncompress code cannot overlap OMAP_UART_INFO as the
* uncompress code could then partially overwrite itself
* 2. We assume printascii is called at least once before paging_init,
* and addruart has a chance to read OMAP_UART_INFO
*/
#define OMAP_UART_INFO_OFS 0x3ffc

/* OMAP2 serial ports */
#define OMAP2_UART1_BASE 0x4806a000
#define OMAP2_UART2_BASE 0x4806c000
Expand Down Expand Up @@ -68,29 +54,6 @@

#define OMAP24XX_BASE_BAUD (48000000/16)

/*
* DEBUG_LL port encoding stored into the UART1 scratchpad register by
* decomp_setup in uncompress.h
*/
#define OMAP2UART1 21
#define OMAP2UART2 22
#define OMAP2UART3 23
#define OMAP3UART1 OMAP2UART1
#define OMAP3UART2 OMAP2UART2
#define OMAP3UART3 33
#define OMAP3UART4 34 /* Only on 36xx */
#define OMAP4UART1 OMAP2UART1
#define OMAP4UART2 OMAP2UART2
#define OMAP4UART3 43
#define OMAP4UART4 44
#define TI81XXUART1 81
#define TI81XXUART2 82
#define TI81XXUART3 83
#define AM33XXUART1 84
#define OMAP5UART3 OMAP4UART3
#define OMAP5UART4 OMAP4UART4
#define ZOOM_UART 95 /* Only on zoom2/3 */

#ifndef __ASSEMBLER__

struct omap_board_data;
Expand Down
176 changes: 0 additions & 176 deletions arch/arm/mach-omap2/include/mach/uncompress.h

This file was deleted.

0 comments on commit ad1bb1b

Please sign in to comment.