X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Fconfigs%2Fwb45n.h;h=6ae777507f8f73cd76ff4d2472853f1c7bb10c31;hb=5fdb3c0e7ee6bac6b8809ae69e52f16d22d45035;hp=f13ad112f793f27761a90fc3fc64a15f2764fbeb;hpb=348d183e546bf28f78fe0ca03b36d8f76526c10c;p=platform%2Fkernel%2Fu-boot.git diff --git a/include/configs/wb45n.h b/include/configs/wb45n.h index f13ad11..6ae7775 100644 --- a/include/configs/wb45n.h +++ b/include/configs/wb45n.h @@ -22,7 +22,6 @@ #define CONFIG_ATMEL_LEGACY /* required until (g)pio is fixed */ /* serial console */ -#define CONFIG_ATMEL_USART #define CONFIG_USART_BASE ATMEL_BASE_DBGU #define CONFIG_USART_ID ATMEL_ID_SYS @@ -84,10 +83,6 @@ #error No boot method selected, please select 'CONFIG_SYS_USE_NANDFLASH' #endif -#define CONFIG_BOOTARGS "console=ttyS0,115200 earlyprintk " \ - "rw noinitrd mem=64M " \ - "rootfstype=ubifs root=ubi0:rootfs ubi.mtd=6" - #define CONFIG_EXTRA_ENV_SETTINGS \ "_mtd=mtdparts default; setenv bootargs ${bootargs} ${mtdparts}\0" \ "autoload=no\0" \