mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-12-02 09:30:10 +00:00
at91: boards cleanup for deprecated CONFIG_CMD_AUTOSCRIPT
CONFIG_CMD_AUTOSCRIPT support is deprecated and non-existing This clean up patch removes the references for esd boards Signed-off-by: Daniel Gorsulowski <Daniel.Gorsulowski@esd.eu>
This commit is contained in:
parent
b032698ff6
commit
c9f72b3da8
2 changed files with 0 additions and 2 deletions
|
@ -82,7 +82,6 @@
|
||||||
*/
|
*/
|
||||||
#include <config_cmd_default.h>
|
#include <config_cmd_default.h>
|
||||||
#undef CONFIG_CMD_BDI
|
#undef CONFIG_CMD_BDI
|
||||||
#undef CONFIG_CMD_AUTOSCRIPT
|
|
||||||
#undef CONFIG_CMD_FPGA
|
#undef CONFIG_CMD_FPGA
|
||||||
#undef CONFIG_CMD_LOADS
|
#undef CONFIG_CMD_LOADS
|
||||||
#undef CONFIG_CMD_IMLS
|
#undef CONFIG_CMD_IMLS
|
||||||
|
|
|
@ -131,7 +131,6 @@
|
||||||
* Command line configuration.
|
* Command line configuration.
|
||||||
*/
|
*/
|
||||||
#include <config_cmd_default.h>
|
#include <config_cmd_default.h>
|
||||||
#undef CONFIG_CMD_AUTOSCRIPT
|
|
||||||
#undef CONFIG_CMD_FPGA
|
#undef CONFIG_CMD_FPGA
|
||||||
#undef CONFIG_CMD_LOADS
|
#undef CONFIG_CMD_LOADS
|
||||||
#undef CONFIG_CMD_IMLS
|
#undef CONFIG_CMD_IMLS
|
||||||
|
|
Loading…
Reference in a new issue