ARM: tegra: decouple uncompress.h and debug-macro.S
[firefly-linux-kernel-4.4.55.git] / arch / arm / mach-tegra / common.c
index 8b41e4c0d53f6738a64491d0da53ebf3b3a24f10..bce8591cb72bc5f4f9a5f1bde82d2ac92809b4b9 100644 (file)
  * kernel is loaded. The data is declared here rather than debug-macro.S so
  * that multiple inclusions of debug-macro.S point at the same data.
  */
-u32 tegra_uart_config[3] = {
+u32 tegra_uart_config[4] = {
        /* Debug UART initialization required */
        1,
        /* Debug UART physical address */
        0,
        /* Debug UART virtual address */
        0,
+       /* Scratch space for debug macro */
+       0,
 };
 
 #ifdef CONFIG_OF