diff options
author | Maxime Ripard <maxime.ripard@free-electrons.com> | 2014-12-10 11:53:01 +0100 |
---|---|---|
committer | Nicolas Ferre <nicolas.ferre@atmel.com> | 2015-01-13 15:59:47 +0100 |
commit | d4bc3bf24804d0b2329f8c44d7855f72bd7d0779 (patch) | |
tree | d2fa2041736fb5711eb83a47e1418ca501c37f89 | |
parent | eaa27f34e91a14cdceed26ed6c6793ec1d186115 (diff) | |
download | blackbird-op-linux-d4bc3bf24804d0b2329f8c44d7855f72bd7d0779.tar.gz blackbird-op-linux-d4bc3bf24804d0b2329f8c44d7855f72bd7d0779.zip |
ARM: at91/config: sama5: Remove DEBUG_LL
The sama5_defconfig can be used both on the sama5d3 and the sama5d4.
Enabling DEBUG_LL is an issue though, since it will by default use the kernel
addresses for the sama5d3 DBGU UART, that is located at a different address on
the sama5d4.
Remove this from the defconfig.
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
-rw-r--r-- | arch/arm/configs/sama5_defconfig | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/configs/sama5_defconfig b/arch/arm/configs/sama5_defconfig index afa24799477a..c04196f9632b 100644 --- a/arch/arm/configs/sama5_defconfig +++ b/arch/arm/configs/sama5_defconfig @@ -202,8 +202,6 @@ CONFIG_DEBUG_MEMORY_INIT=y # CONFIG_SCHED_DEBUG is not set # CONFIG_FTRACE is not set CONFIG_DEBUG_USER=y -CONFIG_DEBUG_LL=y -CONFIG_EARLY_PRINTK=y # CONFIG_CRYPTO_ANSI_CPRNG is not set CONFIG_CRYPTO_USER_API_HASH=m CONFIG_CRYPTO_USER_API_SKCIPHER=m |