remove some debug stuff
SVN-Revision: 12631
This commit is contained in:
parent
3932821bce
commit
23a45e0c6d
3 changed files with 0 additions and 14 deletions
|
@ -436,8 +436,6 @@ void __init ar71xx_parse_mac_addr(char *mac_str)
|
|||
|
||||
static int __init ar71xx_machine_setup(void)
|
||||
{
|
||||
ar71xx_print_cmdline();
|
||||
|
||||
ar71xx_gpio_init();
|
||||
|
||||
ar71xx_add_device_uart();
|
||||
|
|
|
@ -244,8 +244,6 @@ void __init plat_mem_setup(void)
|
|||
|
||||
board_be_handler = ar71xx_be_handler;
|
||||
|
||||
ar71xx_print_cmdline();
|
||||
|
||||
ar71xx_early_serial_setup();
|
||||
}
|
||||
|
||||
|
|
|
@ -368,16 +368,6 @@ extern void ar71xx_device_start(u32 mask);
|
|||
#define MII1_CTRL_IF_RGMII 0
|
||||
#define MII1_CTRL_IF_RMII 1
|
||||
|
||||
#include <asm/bootinfo.h>
|
||||
#include <linux/init.h>
|
||||
|
||||
#define ar71xx_print_cmdline() do { \
|
||||
printk(KERN_DEBUG "%s:%d arcs_cmdline:'%s'\n", \
|
||||
__FUNCTION__, __LINE__, arcs_cmdline); \
|
||||
printk(KERN_DEBUG "%s:%d boot_command_line:'%s'\n", \
|
||||
__FUNCTION__, __LINE__, boot_command_line); \
|
||||
} while (0)
|
||||
|
||||
#endif /* __ASSEMBLER__ */
|
||||
|
||||
#endif /* __ASM_MACH_AR71XX_H */
|
||||
|
|
Loading…
Reference in a new issue