X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=include%2Fconfigs%2Fhikey.h;h=584ce52bd069d1ab6eb246aa8b24a59945994c10;hb=b1a873df0a3fb4e4cac8da5e68263715cf71dd4a;hp=7a03d0f30a3273867bd64a05cc5bd8c25a2ab541;hpb=73eed452b9c9827474c0789c30729dca6fcf061d;p=oweals%2Fu-boot.git diff --git a/include/configs/hikey.h b/include/configs/hikey.h index 7a03d0f30a..584ce52bd0 100644 --- a/include/configs/hikey.h +++ b/include/configs/hikey.h @@ -21,8 +21,6 @@ #define CONFIG_SUPPORT_RAW_INITRD -#define CONFIG_BOARD_EARLY_INIT_F - /* Physical Memory Map */ /* CONFIG_SYS_TEXT_BASE needs to align with where ATF loads bl33.bin */ @@ -54,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 @@ -71,16 +68,11 @@ #define CONFIG_HIKEY_GPIO /* SD/MMC configuration */ -#define CONFIG_GENERIC_MMC -#define CONFIG_MMC -#define CONFIG_DWMMC -#define CONFIG_HIKEY_DWMMC #define CONFIG_BOUNCE_BUFFER #define CONFIG_FS_EXT4 /* Command line configuration */ -#define CONFIG_CMD_UNZIP #define CONFIG_CMD_ENV #define CONFIG_MTD_PARTITIONS @@ -115,8 +107,6 @@ 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" @@ -134,6 +124,4 @@ #define CONFIG_CMDLINE_EDITING #define CONFIG_SYS_MAXARGS 64 /* max command args */ -#define CONFIG_SYS_NO_FLASH - #endif /* __HIKEY_H */