Commit 0ef659a3 authored by Arnd Bergmann's avatar Arnd Bergmann

ARM: aspeed: adapt defconfigs for new CONFIG_PRINTK_TIME

Commit 94ea9c7a579f ("lib, switch CONFIG_PRINTK_TIME to int") changes
the type of CONFIG_PRINTK_TIME and adapts all existing defconfig files,
while we add two new defconfig files with d0bc3483 ("arm/configs:
Add Aspeed defconfig"), with the old type.

This changes the two new defconfig files to match the other ones.
As a result, we get harmless warnings for the arm-soc defconfig
branch by itself, but everything will work when 4.7-rc1 is out.
Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
parent b80dc598
...@@ -58,7 +58,7 @@ CONFIG_SERIAL_OF_PLATFORM=y ...@@ -58,7 +58,7 @@ CONFIG_SERIAL_OF_PLATFORM=y
# CONFIG_IOMMU_SUPPORT is not set # CONFIG_IOMMU_SUPPORT is not set
CONFIG_FIRMWARE_MEMMAP=y CONFIG_FIRMWARE_MEMMAP=y
CONFIG_FANOTIFY=y CONFIG_FANOTIFY=y
CONFIG_PRINTK_TIME=y CONFIG_PRINTK_TIME=1
CONFIG_DYNAMIC_DEBUG=y CONFIG_DYNAMIC_DEBUG=y
CONFIG_STRIP_ASM_SYMS=y CONFIG_STRIP_ASM_SYMS=y
CONFIG_PAGE_POISONING=y CONFIG_PAGE_POISONING=y
......
...@@ -59,7 +59,7 @@ CONFIG_SERIAL_OF_PLATFORM=y ...@@ -59,7 +59,7 @@ CONFIG_SERIAL_OF_PLATFORM=y
# CONFIG_IOMMU_SUPPORT is not set # CONFIG_IOMMU_SUPPORT is not set
CONFIG_FIRMWARE_MEMMAP=y CONFIG_FIRMWARE_MEMMAP=y
CONFIG_FANOTIFY=y CONFIG_FANOTIFY=y
CONFIG_PRINTK_TIME=y CONFIG_PRINTK_TIME=1
CONFIG_DYNAMIC_DEBUG=y CONFIG_DYNAMIC_DEBUG=y
CONFIG_STRIP_ASM_SYMS=y CONFIG_STRIP_ASM_SYMS=y
CONFIG_PAGE_POISONING=y CONFIG_PAGE_POISONING=y
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment