diff options
author | Tom Rini <trini@konsulko.com> | 2021-12-01 13:30:59 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2021-12-01 13:32:35 -0500 |
commit | fc47dbb26e9d86a688e69e198b2ed0749db16756 (patch) | |
tree | 5244c42072ef011ccf9e3c598d538a6a6b62878e /include/config_distro_bootcmd.h | |
parent | 7f3934fae5a39925d6db45a747aac46352f61b69 (diff) | |
parent | 33b02e93ecb3f6e3f128618e129785f3fdeb3cd9 (diff) |
Merge branch '2021-12-01-Kconfig-migrations' into next
- Finish converting CONFIG_USE_BOOTCOMMAND, CONFIG_BOOTCOMMAND,
CONFIG_RAMBOOTCOMMAND, CONFIG_NFSBOOTCOMMAND, all of
CONFIG_SYS_[BO]R[0-7]_PRELIM, CONFIG_FSL_DDR_BIST and
CONFIG_FSL_DDR_INTERACTIVE.
Diffstat (limited to 'include/config_distro_bootcmd.h')
-rw-r--r-- | include/config_distro_bootcmd.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/config_distro_bootcmd.h b/include/config_distro_bootcmd.h index 3f724aa10f4..2f90929178e 100644 --- a/include/config_distro_bootcmd.h +++ b/include/config_distro_bootcmd.h @@ -498,8 +498,4 @@ "run bootcmd_${target}; " \ "done\0" -#ifndef CONFIG_BOOTCOMMAND -#define CONFIG_BOOTCOMMAND "run distro_bootcmd" -#endif - #endif /* _CONFIG_CMD_DISTRO_BOOTCMD_H */ |