From fa379223cd61052331342e525778d96270ee6ed9 Mon Sep 17 00:00:00 2001 From: Christophe Leroy Date: Fri, 4 Aug 2017 16:34:40 -0600 Subject: Convert CONFIG_CMD_REGINFO to Kconfig This patch converts CONFIG_CMD_REGINFO to Kconfig Signed-off-by: Christophe Leroy Signed-off-by: Simon Glass Reviewed-by: Bin Meng Reviewed-by: Philipp Tomsich --- configs/P1023RDB_defconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'configs/P1023RDB_defconfig') diff --git a/configs/P1023RDB_defconfig b/configs/P1023RDB_defconfig index 095a2e2b1e..23d5473cce 100644 --- a/configs/P1023RDB_defconfig +++ b/configs/P1023RDB_defconfig @@ -10,6 +10,7 @@ CONFIG_ENV_IS_IN_FLASH=y CONFIG_BOOTDELAY=-1 CONFIG_BOARD_EARLY_INIT_F=y CONFIG_HUSH_PARSER=y +CONFIG_CMD_REGINFO=y # CONFIG_CMD_EEPROM is not set CONFIG_CMD_NAND=y CONFIG_CMD_I2C=y -- cgit v1.2.1