Advertisement
Guest User

Untitled

a guest
Feb 23rd, 2014
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 1.09 KB | None | 0 0
  1. diff --git a/arch/arm/configs/custom_n7000_defconfig b/arch/arm/configs/custom_n7000_defconfig
  2. index 151a3d4..6c60bf9 100644
  3. --- a/arch/arm/configs/custom_n7000_defconfig
  4. +++ b/arch/arm/configs/custom_n7000_defconfig
  5. @@ -696,8 +696,8 @@ CONFIG_ZBOOT_ROM_TEXT=0
  6.  CONFIG_ZBOOT_ROM_BSS=0
  7.  CONFIG_CMDLINE="console=ttySAC2,115200 consoleblank=0 androidboot.selinux=permissive"
  8.  # CONFIG_CMDLINE_FROM_BOOTLOADER is not set
  9. -CONFIG_CMDLINE_EXTEND=y
  10. -# CONFIG_CMDLINE_FORCE is not set
  11. +# CONFIG_CMDLINE_EXTEND is not set
  12. +CONFIG_CMDLINE_FORCE=y
  13.  # CONFIG_XIP_KERNEL is not set
  14.  # CONFIG_KEXEC is not set
  15.  # CONFIG_CRASH_DUMP is not set
  16. diff --git a/arch/arm/mach-exynos/mach-u1.c b/arch/arm/mach-exynos/mach-u1.c
  17. index 0f396db..f2cae1f 100644
  18. --- a/arch/arm/mach-exynos/mach-u1.c
  19. +++ b/arch/arm/mach-exynos/mach-u1.c
  20. @@ -7817,6 +7817,8 @@ static void __init smdkc210_machine_init(void)
  21.                                   800 * MHZ);
  22.  #endif
  23.  
  24. +       max8997_muic_jig_uart_cb(UART_PATH_AP);
  25. +
  26.  #ifdef CONFIG_S3C64XX_DEV_SPI
  27.         sclk = clk_get(spi0_dev, "dout_spi0");
  28.         if (IS_ERR(sclk))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement