diff options
| author | Wolfgang Denk <wd@denx.de> | 2007-10-13 18:48:23 +0200 |
|---|---|---|
| committer | Wolfgang Denk <wd@denx.de> | 2007-10-13 18:48:23 +0200 |
| commit | 2885634d648bdc27fcedb623ddf62475e7684e3b (patch) | |
| tree | c3cb5f1e05e4da043731a89cd9c691c94aa757b3 /include/config_cmd_all.h | |
| parent | e1893815b0999410d7a327589611c7b38e95299e (diff) | |
| parent | e81a95a9e7cb68ab611e074cd65790015520ea99 (diff) | |
| download | olio-uboot-2014.01-2885634d648bdc27fcedb623ddf62475e7684e3b.tar.xz olio-uboot-2014.01-2885634d648bdc27fcedb623ddf62475e7684e3b.zip | |
Merge branch 'master' of git://www.denx.de/git/u-boot-arm
Diffstat (limited to 'include/config_cmd_all.h')
| -rw-r--r-- | include/config_cmd_all.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/config_cmd_all.h b/include/config_cmd_all.h index 3d91e99b9..77ea025c0 100644 --- a/include/config_cmd_all.h +++ b/include/config_cmd_all.h @@ -76,6 +76,6 @@ #define CONFIG_CMD_USB /* USB Support */ #define CONFIG_CMD_VFD /* VFD support (TRAB) */ #define CONFIG_CMD_XIMG /* Load part of Multi Image */ -#define CONFIG_CMD_MUX /* AT91 MMC/SPI Mux Support */ +#define CONFIG_CMD_AT91_SPIMUX /* AT91 MMC/SPI Mux Support */ #endif /* _CONFIG_CMD_ALL_H */ |