diff options
| author | Patrick Delaunay <patrick.delaunay@foss.st.com> | 2021-10-06 17:16:23 +0200 |
|---|---|---|
| committer | Patrice Chotard <patrice.chotard@foss.st.com> | 2021-10-08 08:25:57 +0200 |
| commit | c7f85e1f61dd4862787f08a4e5ec4e47a58b05e6 (patch) | |
| tree | 0924d3b13070c89ad416e5cec1b8bdc4b29933c5 /include/configs/stm32f429-discovery.h | |
| parent | 454994727d0937bb232f339cfd01bd78ca722828 (diff) | |
stm32f429: move CONFIG_BOOTCOMMAND in defconfig
Move CONFIG_BOOTCOMMAND defined in Kconfig in the board defconfig.
Signed-off-by: Patrick Delaunay <patrick.delaunay@foss.st.com>
Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>
Diffstat (limited to 'include/configs/stm32f429-discovery.h')
| -rw-r--r-- | include/configs/stm32f429-discovery.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/configs/stm32f429-discovery.h b/include/configs/stm32f429-discovery.h index 9b040a0ca35..d0ef18779fb 100644 --- a/include/configs/stm32f429-discovery.h +++ b/include/configs/stm32f429-discovery.h @@ -29,9 +29,6 @@ #define CONFIG_SYS_MALLOC_LEN (2 << 20) -#define CONFIG_BOOTCOMMAND \ - "run bootcmd_romfs" - #define CONFIG_EXTRA_ENV_SETTINGS \ "bootargs_romfs=uclinux.physaddr=0x08180000 root=/dev/mtdblock0\0" \ "bootcmd_romfs=setenv bootargs ${bootargs} ${bootargs_romfs};" \ |
