X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=include%2Fconfigs%2Fhikey.h;h=2b4fec4bd4239a4d12e7497d06fa93c8b50bfb30;hb=dbf0518b608b1395bf81bad0b89e314c17ba339c;hp=0f6f11755ddc18f8c9cf405dbe2eb1e34056a199;hpb=a5d67547dd9c7a527dfda1967010e703a22441ff;p=u-boot diff --git a/include/configs/hikey.h b/include/configs/hikey.h index 0f6f11755d..2b4fec4bd4 100644 --- a/include/configs/hikey.h +++ b/include/configs/hikey.h @@ -52,7 +52,6 @@ /* Serial port PL010/PL011 through the device model */ #define CONFIG_PL01X_SERIAL -#define CONFIG_BAUDRATE 115200 #ifdef CONFIG_CMD_USB #define CONFIG_USB_DWC2 @@ -69,14 +68,11 @@ #define CONFIG_HIKEY_GPIO /* SD/MMC configuration */ -#define CONFIG_GENERIC_MMC #define CONFIG_BOUNCE_BUFFER #define CONFIG_FS_EXT4 /* Command line configuration */ -#define CONFIG_CMD_UNZIP -#define CONFIG_CMD_ENV #define CONFIG_MTD_PARTITIONS @@ -110,14 +106,11 @@ BOOTENV /* Preserve environment on sd card */ -#define CONFIG_COMMAND_HISTORY - #define CONFIG_ENV_SIZE 0x1000 #define CONFIG_ENV_IS_IN_FAT #define FAT_ENV_INTERFACE "mmc" #define FAT_ENV_DEVICE_AND_PART "1:1" #define FAT_ENV_FILE "uboot.env" -#define CONFIG_FAT_WRITE #define CONFIG_ENV_VARS_UBOOT_CONFIG /* Monitor Command Prompt */ @@ -129,6 +122,4 @@ #define CONFIG_CMDLINE_EDITING #define CONFIG_SYS_MAXARGS 64 /* max command args */ -#define CONFIG_SYS_NO_FLASH - #endif /* __HIKEY_H */