commit: http://blackfin.uclinux.org/git/?p=linux-kernel;a=commitdiff;h=a1d6295649f760e53e37d6432d485a96ecb3e454
branch: http://blackfin.uclinux.org/git/?p=linux-kernel;a=shortlog;h=refs/heads/trunk

Add ip= bootargs support, and get args from uboot.

Signed-off-by: Bob Liu <[email protected]>
---
 arch/blackfin/configs/BF609-EZKIT_defconfig |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/arch/blackfin/configs/BF609-EZKIT_defconfig b/arch/blackfin/configs/BF609-EZKIT_defconfig
index ba77b44..8a5bf8f 100644
--- a/arch/blackfin/configs/BF609-EZKIT_defconfig
+++ b/arch/blackfin/configs/BF609-EZKIT_defconfig
@@ -4,7 +4,6 @@ CONFIG_IKCONFIG=y
 CONFIG_IKCONFIG_PROC=y
 CONFIG_LOG_BUF_SHIFT=14
 CONFIG_BLK_DEV_INITRD=y
-CONFIG_INITRAMFS_COMPRESSION_GZIP=y
 CONFIG_EXPERT=y
 # CONFIG_SYSCTL_SYSCALL is not set
 # CONFIG_ELF_CORE is not set
@@ -27,8 +26,6 @@ CONFIG_IRQ_TIMER0=11
 CONFIG_PINT1_ASSIGN=0x01010000
 CONFIG_PINT2_ASSIGN=0x07000101
 CONFIG_PINT3_ASSIGN=0x02020303
-CONFIG_CMDLINE_BOOL=y
-CONFIG_CMDLINE="earlyprintk=serial,uart0,57600 console=ttyBF0,57600"
 # CONFIG_GENERIC_CLOCKEVENTS is not set
 CONFIG_IP_CHECKSUM_L1=y
 CONFIG_SYSCALL_TAB_L1=y
@@ -42,6 +39,10 @@ CONFIG_BINFMT_ZFLAT=y
 # CONFIG_SUSPEND is not set
 CONFIG_NET=y
 CONFIG_INET=y
+CONFIG_IP_PNP=y
+CONFIG_IP_PNP_DHCP=y
+CONFIG_IP_PNP_BOOTP=y
+CONFIG_IP_PNP_RARP=y
 # CONFIG_IPV6 is not set
 CONFIG_CAN=y
 CONFIG_CAN_BFIN=y
_______________________________________________
Linux-kernel-commits mailing list
[email protected]
https://blackfin.uclinux.org/mailman/listinfo/linux-kernel-commits

Reply via email to