diff options
author | Alex Kiernan <alex.kiernan@gmail.com> | 2018-07-24 07:29:40 +0000 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2018-09-04 08:47:23 +0200 |
commit | 41b7b4b936a08ad0b7dac333bf2071a3bcf3407c (patch) | |
tree | fa5e2963c293fe23a19c788e7a5cb9e48b9ef147 /include/configs | |
parent | 69f78cf840d03c25347847aaa74f2bdfa6c19f46 (diff) | |
download | u-boot-41b7b4b936a08ad0b7dac333bf2071a3bcf3407c.tar.gz |
Cleanup CONFIG_BOOTDELAY on cl-som-imx7
CONFIG_BOOTDELAY has been migrated to Kconfig, but cl-som-imx7 was
missed. We can just delete the assignments as the config already has
the correct value.
Signed-off-by: Alex Kiernan <alex.kiernan@gmail.com>
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/cl-som-imx7.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/cl-som-imx7.h b/include/configs/cl-som-imx7.h index f86324a20b..1b2eee3f18 100644 --- a/include/configs/cl-som-imx7.h +++ b/include/configs/cl-som-imx7.h @@ -63,9 +63,7 @@ #undef CONFIG_SYS_AUTOLOAD #undef CONFIG_EXTRA_ENV_SETTINGS #undef CONFIG_BOOTCOMMAND -#undef CONFIG_BOOTDELAY -#define CONFIG_BOOTDELAY 3 #define CONFIG_SYS_AUTOLOAD "no" #define CONFIG_EXTRA_ENV_SETTINGS \ |