diff options
author | Alex Kiernan <alex.kiernan@gmail.com> | 2018-02-16 15:50:42 +0000 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-02-24 08:43:39 -0500 |
commit | ff5410d34b1ce3fa3785ecfd785704cfccc30938 (patch) | |
tree | a40a247a37aa48af77766ae49ecced298c187247 /configs/theadorable_debug_defconfig | |
parent | 04c96ed2a6820ba2aee978826f96d464386b8cab (diff) | |
download | u-boot-ff5410d34b1ce3fa3785ecfd785704cfccc30938.tar.gz |
Convert CONFIG_BOOTCOUNT_RAM to Kconfig
This converts the following to Kconfig:
CONFIG_BOOTCOUNT_RAM
Signed-off-by: Alex Kiernan <alex.kiernan@gmail.com>
Reviewed-by: Lukasz Majewski <lukma@denx.de>
Diffstat (limited to 'configs/theadorable_debug_defconfig')
-rw-r--r-- | configs/theadorable_debug_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/theadorable_debug_defconfig b/configs/theadorable_debug_defconfig index aa6e5e11ef..918447a296 100644 --- a/configs/theadorable_debug_defconfig +++ b/configs/theadorable_debug_defconfig @@ -45,6 +45,7 @@ CONFIG_NET_RANDOM_ETHADDR=y CONFIG_SPL_OF_TRANSLATE=y CONFIG_SATA_MV=y CONFIG_BOOTCOUNT_LIMIT=y +CONFIG_BOOTCOUNT_RAM=y CONFIG_FPGA_ALTERA=y CONFIG_DM_GPIO=y # CONFIG_MMC is not set |