mail archive of the barebox mailing list
 help / color / mirror / Atom feed
From: Sascha Hauer <s.hauer@pengutronix.de>
To: barebox@lists.infradead.org
Subject: [PATCH 14/36] pcm030: Update defconfig
Date: Fri, 18 Dec 2009 16:48:03 +0100	[thread overview]
Message-ID: <1261151305-18627-15-git-send-email-s.hauer@pengutronix.de> (raw)
In-Reply-To: <1261151305-18627-14-git-send-email-s.hauer@pengutronix.de>

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
---
 arch/ppc/configs/pcm030_defconfig |   27 +++++++++++++++++++--------
 1 files changed, 19 insertions(+), 8 deletions(-)

diff --git a/arch/ppc/configs/pcm030_defconfig b/arch/ppc/configs/pcm030_defconfig
index a03e7aa..efdfb52 100644
--- a/arch/ppc/configs/pcm030_defconfig
+++ b/arch/ppc/configs/pcm030_defconfig
@@ -1,7 +1,7 @@
 #
 # Automatically generated make config: don't edit
-# barebox version: 2.0.0-rc5-git
-# Thu Jul  3 09:49:23 2008
+# barebox version: 2.0.0-rc10
+# Fri Dec 18 11:53:12 2009
 #
 CONFIG_BOARDINFO="Phytec Phycore mpc5200b tiny"
 CONFIG_ARCH_TEXT_BASE=0x01000000
@@ -28,6 +28,7 @@ CONFIG_CMD_MEMORY=y
 #
 # General Settings              
 #
+CONFIG_LOCALVERSION_AUTO=y
 
 #
 # memory layout                 
@@ -44,8 +45,6 @@ CONFIG_MALLOC_SIZE=0x400000
 # CONFIG_RELOCATABLE is not set
 CONFIG_PROMPT="barebox:"
 CONFIG_BAUDRATE=115200
-CONFIG_CMDLINE_EDITING=y
-CONFIG_AUTO_COMPLETE=y
 CONFIG_LONGHELP=y
 CONFIG_CBSIZE=1024
 CONFIG_MAXARGS=16
@@ -53,9 +52,12 @@ CONFIG_SHELL_HUSH=y
 # CONFIG_SHELL_SIMPLE is not set
 CONFIG_GLOB=y
 CONFIG_PROMPT_HUSH_PS2="> "
+CONFIG_CMDLINE_EDITING=y
+CONFIG_AUTO_COMPLETE=y
 CONFIG_DYNAMIC_CRC_TABLE=y
 CONFIG_ERRNO_MESSAGES=y
 CONFIG_TIMESTAMP=y
+CONFIG_CONSOLE_FULL=y
 CONFIG_CONSOLE_ACTIVATE_FIRST=y
 CONFIG_EARLY_CONSOLE_BAUDRATE=115200
 CONFIG_OF_FLAT_TREE=y
@@ -83,8 +85,9 @@ CONFIG_CMD_SLEEP=y
 # CONFIG_CMD_LOADENV is not set
 # CONFIG_CMD_EXPORT is not set
 # CONFIG_CMD_PRINTENV is not set
-CONFIG_CMD_HELP=y
 # CONFIG_CMD_READLINE is not set
+CONFIG_CMD_TRUE=y
+CONFIG_CMD_FALSE=y
 
 #
 # file commands                 
@@ -118,7 +121,6 @@ CONFIG_CMD_MEMINFO=y
 # flash                         
 #
 CONFIG_CMD_FLASH=y
-# CONFIG_CMD_NAND is not set
 
 #
 # booting                       
@@ -133,11 +135,12 @@ CONFIG_CMD_GO=y
 # CONFIG_CMD_PARTITION is not set
 CONFIG_CMD_TEST=y
 # CONFIG_CMD_REGINFO is not set
+CONFIG_CMD_VERSION=y
+CONFIG_CMD_HELP=y
+CONFIG_CMD_DEVINFO=y
 CONFIG_NET=y
-CONFIG_NET_BOOTP=y
 CONFIG_NET_DHCP=y
 # CONFIG_NET_RARP is not set
-# CONFIG_NET_SNTP is not set
 # CONFIG_NET_NFS is not set
 CONFIG_NET_PING=y
 CONFIG_NET_TFTP=y
@@ -157,6 +160,7 @@ CONFIG_MIIPHY=y
 # Network drivers               
 #
 # CONFIG_DRIVER_NET_SMC911X is not set
+# CONFIG_DRIVER_NET_SMC91111 is not set
 CONFIG_DRIVER_NET_MPC5200=y
 
 #
@@ -164,6 +168,7 @@ CONFIG_DRIVER_NET_MPC5200=y
 #
 CONFIG_SPI=y
 # CONFIG_DRIVER_SPI_MC13783 is not set
+# CONFIG_I2C is not set
 
 #
 # flash drivers                 
@@ -174,11 +179,17 @@ CONFIG_DRIVER_CFI=y
 CONFIG_DRIVER_CFI_OLD=y
 # CONFIG_CFI_BUFFER_WRITE is not set
 # CONFIG_NAND is not set
+# CONFIG_USB is not set
+# CONFIG_USB_GADGET is not set
+# CONFIG_VIDEO is not set
 
 #
 # Filesystem support            
 #
 CONFIG_FS_CRAMFS=y
+CONFIG_FS_RAMFS=y
+CONFIG_FS_DEVFS=y
 CONFIG_ZLIB=y
 CONFIG_BZLIB=y
 CONFIG_CRC32=y
+# CONFIG_GENERIC_FIND_NEXT_BIT is not set
-- 
1.6.5.2


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

  reply	other threads:[~2009-12-18 15:49 UTC|newest]

Thread overview: 37+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-12-18 15:47 barebox Patches Sascha Hauer
2009-12-18 15:47 ` [PATCH 01/36] i.MX25 3stack: fixup flash header to new names/layout Sascha Hauer
2009-12-18 15:47   ` [PATCH 02/36] ipe337: add missing include Sascha Hauer
2009-12-18 15:47     ` [PATCH 03/36] scb9328: setup chipselect the correct way Sascha Hauer
2009-12-18 15:47       ` [PATCH 04/36] read_key: Use ARRAY_SIZE instead of hardcoded value Sascha Hauer
2009-12-18 15:47         ` [PATCH 05/36] Remove unnecessary casts in key defines Sascha Hauer
2009-12-18 15:47           ` [PATCH 06/36] replace // style comments Sascha Hauer
2009-12-18 15:47             ` [PATCH 07/36] netx: enable second ethernet device Sascha Hauer
2009-12-18 15:47               ` [PATCH 08/36] pcm037: Add missing include Sascha Hauer
2009-12-18 15:47                 ` [PATCH 09/36] imx ipu fb: Make fb_videomode const Sascha Hauer
2009-12-18 15:47                   ` [PATCH 10/36] i.MX nand: mx21 has a v1 type controller Sascha Hauer
2009-12-18 15:48                     ` [PATCH 11/36] vsprintf: Only define PAGE_SIZE if not already defined Sascha Hauer
2009-12-18 15:48                       ` [PATCH 12/36] i2c: Add a no-op i2c_register_board_info if i2c is disabled Sascha Hauer
2009-12-18 15:48                         ` [PATCH 13/36] sandbox: update defconfig Sascha Hauer
2009-12-18 15:48                           ` Sascha Hauer [this message]
2009-12-18 15:48                             ` [PATCH 15/36] mx21ads: " Sascha Hauer
2009-12-18 15:48                               ` [PATCH 16/36] pcm037: " Sascha Hauer
2009-12-18 15:48                                 ` [PATCH 17/36] pca100: " Sascha Hauer
2009-12-18 15:48                                   ` [PATCH 18/36] mx27ads: " Sascha Hauer
2009-12-18 15:48                                     ` [PATCH 19/36] ipe337: " Sascha Hauer
2009-12-18 15:48                                       ` [PATCH 20/36] scb9328: " Sascha Hauer
2009-12-18 15:48                                         ` [PATCH 21/36] pcm043: " Sascha Hauer
2009-12-18 15:48                                           ` [PATCH 22/36] pm9263: " Sascha Hauer
2009-12-18 15:48                                             ` [PATCH 23/36] netx: " Sascha Hauer
2009-12-18 15:48                                               ` [PATCH 24/36] mmccpu: " Sascha Hauer
2009-12-18 15:48                                                 ` [PATCH 25/36] eukrea cpuimx27: " Sascha Hauer
2009-12-18 15:48                                                   ` [PATCH 26/36] at91sam9260ek: " Sascha Hauer
2009-12-18 15:48                                                     ` [PATCH 27/36] at91sam9263ek: " Sascha Hauer
2009-12-18 15:48                                                       ` [PATCH 28/36] Digi a9m2410: " Sascha Hauer
2009-12-18 15:48                                                         ` [PATCH 29/36] Digi a9m2440: " Sascha Hauer
2009-12-18 15:48                                                           ` [PATCH 30/36] i.MX25 3stack: " Sascha Hauer
2009-12-18 15:48                                                             ` [PATCH 31/36] i.MX35 " Sascha Hauer
2009-12-18 15:48                                                               ` [PATCH 32/36] sdp3430: " Sascha Hauer
2009-12-18 15:48                                                                 ` [PATCH 33/36] beagle board: " Sascha Hauer
2009-12-18 15:48                                                                   ` [PATCH 34/36] omap3_evm: " Sascha Hauer
2009-12-18 15:48                                                                     ` [PATCH 35/36] Makefile: clean barebox.ldr Sascha Hauer
2009-12-18 15:48                                                                       ` [PATCH 36/36] Fix barebox Version number Sascha Hauer

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1261151305-18627-15-git-send-email-s.hauer@pengutronix.de \
    --to=s.hauer@pengutronix.de \
    --cc=barebox@lists.infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox