diff options
| author | Tom Rini <[email protected]> | 2021-11-10 09:11:40 -0500 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2021-12-01 10:58:10 -0500 |
| commit | 970bf8603b877e2b66170290f751f9c23c120838 (patch) | |
| tree | 70bca6d60c2184e8936ba8afdf009fd923c16d6b /include/config_distro_bootcmd.h | |
| parent | 7f3934fae5a39925d6db45a747aac46352f61b69 (diff) | |
Convert CONFIG_USE_BOOTCOMMAND et al to Kconfig
This converts the following to Kconfig:
CONFIG_USE_BOOTCOMMAND
CONFIG_BOOTCOMMAND
CONFIG_RAMBOOTCOMMAND
CONFIG_NFSBOOTCOMMAND
Signed-off-by: Tom Rini <[email protected]>
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 */ |
