X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=include%2Fconfigs%2Fhikey.h;h=584ce52bd069d1ab6eb246aa8b24a59945994c10;hb=b1a873df0a3fb4e4cac8da5e68263715cf71dd4a;hp=899d62de2689070b593814e58b32103d5be75cf6;hpb=21342d4aed6c77a4aa7a5b2579b3c23e21aea31a;p=oweals%2Fu-boot.git diff --git a/include/configs/hikey.h b/include/configs/hikey.h index 899d62de26..584ce52bd0 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 @@ -108,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" @@ -127,6 +124,4 @@ #define CONFIG_CMDLINE_EDITING #define CONFIG_SYS_MAXARGS 64 /* max command args */ -#define CONFIG_SYS_NO_FLASH - #endif /* __HIKEY_H */