mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 15:14:43 +00:00
include: configs: am62x_evm: Drop distro_bootcmd usage
Now that BOOTSTD is used by default, drop un-used header file inclusion. Reviewed-by: Tom Rini <trini@konsulko.com> Tested-by: Mattijs Korpershoek <mkorpershoek@baylibre.com> Signed-off-by: Nishanth Menon <nm@ti.com> Reviewed-by: Mattijs Korpershoek <mkorpershoek@baylibre.com>
This commit is contained in:
parent
355c0afcd4
commit
99ab84b57f
1 changed files with 0 additions and 5 deletions
|
@ -9,11 +9,6 @@
|
|||
#ifndef __CONFIG_AM625_EVM_H
|
||||
#define __CONFIG_AM625_EVM_H
|
||||
|
||||
#ifdef CONFIG_DISTRO_DEFAULTS
|
||||
#include <config_distro_bootcmd.h>
|
||||
#include <env/ti/mmc.h>
|
||||
#endif
|
||||
|
||||
/* Now for the remaining common defines */
|
||||
#include <configs/ti_armv7_common.h>
|
||||
|
||||
|
|
Loading…
Reference in a new issue