X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Fconfigs%2Fsunxi-common.h;h=a6a4879523a3894e26e494214f46cace7ccb2688;hb=19ea606109135c3d9892d86e1b1c2a8fb551cc1b;hp=5b0bec05616448fa2fd911e4926ca8e0f604836a;hpb=5bec37eb72bdb43d683593148f4911f1e1f34980;p=platform%2Fkernel%2Fu-boot.git diff --git a/include/configs/sunxi-common.h b/include/configs/sunxi-common.h index 5b0bec0..a6a4879 100644 --- a/include/configs/sunxi-common.h +++ b/include/configs/sunxi-common.h @@ -136,10 +136,8 @@ #if CONFIG_MMC_SUNXI_SLOT_EXTRA != -1 /* If we have two devices (most likely eMMC + MMC), favour the eMMC */ -#define CONFIG_SYS_MMC_ENV_DEV 1 #else /* Otherwise, use the only device we have */ -#define CONFIG_SYS_MMC_ENV_DEV 0 #endif #define CONFIG_SYS_MMC_MAX_DEVICE 4 #endif @@ -425,7 +423,6 @@ extern int soft_i2c_gpio_scl; #ifdef CONFIG_USB_KEYBOARD #define CONSOLE_STDIN_SETTINGS \ - "preboot=usb start\0" \ "stdin=serial,usbkbd\0" #else #define CONSOLE_STDIN_SETTINGS \