ARM: configs: remove DEBUG_LL relate configures from rockchip_linux_defconfig
authorYakir Yang <ykk@rock-chips.com>
Mon, 1 Aug 2016 10:10:28 +0000 (18:10 +0800)
committerHuang, Tao <huangtao@rock-chips.com>
Tue, 2 Aug 2016 13:25:55 +0000 (21:25 +0800)
commit3288aa78ae5f7168be9f6c1c126b00b74031c1b7
tree4fcef2d3b34ddcc68ae5f9308a549ad6514ceb1a
parentd0879670cfce7b98bb7e8b94b669f04dfd96d415
ARM: configs: remove DEBUG_LL relate configures from rockchip_linux_defconfig

If we enable the kernel low-level debugging port option, then we must
assign the right UART types and PHYS address for it. But different
CPUs must have different UART configures, we can't cover all of them
in this common configure file. For example:

* RK3036 would want to chose the UART types would be RK29_UART2, and
  UART_PHYS would be 0x20068000.

* RK3228 would want to chose the UART types would be RK29_UART2, and
  UART_PHYS would be 0x11030000.

* RK3288 would want to chose the UART types would be RK32_UART2, and
  UART_PHYS would be 0xff690000.

Change-Id: I70d0da1fbffbb720b5e464acd79405624d9e7d40
Signed-off-by: Yakir Yang <ykk@rock-chips.com>
arch/arm/configs/rockchip_linux_defconfig