From f759d0aa8a2a7f7da57d49b8d5678b0606334a43 Mon Sep 17 00:00:00 2001 From: kaloz Date: Tue, 23 Jun 2009 21:05:30 +0000 Subject: [PATCH] [coldfire] use the proper serial device, change memory layout git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16548 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/coldfire/config-default | 24 +++++++++--------------- 1 file changed, 9 insertions(+), 15 deletions(-) diff --git a/target/linux/coldfire/config-default b/target/linux/coldfire/config-default index 07014f338..5596fa995 100644 --- a/target/linux/coldfire/config-default +++ b/target/linux/coldfire/config-default @@ -1,8 +1,8 @@ # CONFIG_8139TOO is not set -# CONFIG_ADVANCED is not set +CONFIG_ADVANCED=y # CONFIG_AMIGA is not set # CONFIG_APOLLO is not set -CONFIG_ARCH_DISCONTIGMEM_ENABLE=y +# CONFIG_ARCH_DISCONTIGMEM_ENABLE is not set # CONFIG_ARCH_HAS_ILOG2_U32 is not set # CONFIG_ARCH_HAS_ILOG2_U64 is not set CONFIG_ARCH_SUPPORTS_AOUT=y @@ -19,12 +19,9 @@ CONFIG_COLDFIRE=y # CONFIG_COLDFIRE_EDMA is not set # CONFIG_COLDFIRE_WATCHDOG is not set # CONFIG_DEBUG_BUGVERBOSE is not set -CONFIG_DISCONTIGMEM=y -CONFIG_DISCONTIGMEM_MANUAL=y CONFIG_FEC_548x=y CONFIG_FEC_548x_AUTO_NEGOTIATION=y CONFIG_FEC_548x_ENABLE_FEC2=y -# CONFIG_FLATMEM_MANUAL is not set # CONFIG_GENERIC_CLOCKEVENTS is not set CONFIG_GENERIC_IOMAP=y # CONFIG_GENERIC_TIME is not set @@ -72,33 +69,30 @@ CONFIG_MCF_USER_HALT=y CONFIG_MMU_CFV4E=y CONFIG_MTD_CFI_ADV_OPTIONS=y # CONFIG_MTD_CFI_GEOMETRY is not set -CONFIG_MTD_CFI_INTELEXT=y # CONFIG_NATSEMI is not set # CONFIG_NE2K_PCI is not set CONFIG_NEED_MULTIPLE_NODES=y # CONFIG_NETDEV_1000 is not set # CONFIG_NET_VENDOR_3COM is not set -CONFIG_NODES_SHIFT=3 CONFIG_NOR_FLASH_BASE=0xE0000000 # CONFIG_NO_DMA is not set # CONFIG_NO_IOPORT is not set -CONFIG_PCI_LEGACY=y CONFIG_PCI=y # CONFIG_PCIPCWATCHDOG is not set +CONFIG_PCI_LEGACY=y # CONFIG_PROC_HARDWARE is not set # CONFIG_Q40 is not set # CONFIG_R6040 is not set -CONFIG_RESOURCES_64BIT=y +# CONFIG_RMW_INSNS is not set # CONFIG_SCSI_DMA is not set CONFIG_SDRAM_BASE=0x00000000 CONFIG_SDRAM_SIZE=0x04000000 -# CONFIG_SERIAL_8250_DETECT_IRQ is not set -CONFIG_SERIAL_8250_EXTENDED=y -# CONFIG_SERIAL_8250_MANY_PORTS is not set -# CONFIG_SERIAL_8250_RSA is not set -CONFIG_SERIAL_8250_SHARE_IRQ=y -# CONFIG_SERIAL_COLDFIRE is not set +# CONFIG_SERIAL_8250 is not set +CONFIG_SERIAL_COLDFIRE=y +# CONFIG_SERIAL_COLDFIRE_IRDA is not set +# CONFIG_SERIAL_CONSOLE is not set # CONFIG_SERIAL_MCF is not set +CONFIG_SINGLE_MEMORY_CHUNK=y CONFIG_SLABINFO=y # CONFIG_SUN3 is not set # CONFIG_SUN3X is not set -- 2.35.1