Convert CONFIG_CMD_AES et al to Kconfig
[oweals/u-boot.git] / include / configs / hikey.h
index 899d62de2689070b593814e58b32103d5be75cf6..584ce52bd069d1ab6eb246aa8b24a59945994c10 100644 (file)
@@ -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
                                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 CONFIG_CMDLINE_EDITING
 #define CONFIG_SYS_MAXARGS             64      /* max command args */
 
-#define CONFIG_SYS_NO_FLASH
-
 #endif /* __HIKEY_H */