diff options
author | runet@innovsys.com <runet@innovsys.com> | 2007-10-16 14:50:40 -0500 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2007-10-16 22:32:56 +0200 |
commit | 7ee6ba1a056e4061ab4cfde30127e332e7957afd (patch) | |
tree | 3d4a86a99d1768852c5e37578a4201e8acf41614 /include/configs | |
parent | 2491167c245d8ebe6f2dbd8c4287aaa0d14fe93a (diff) | |
download | u-boot-imx-7ee6ba1a056e4061ab4cfde30127e332e7957afd.zip u-boot-imx-7ee6ba1a056e4061ab4cfde30127e332e7957afd.tar.gz u-boot-imx-7ee6ba1a056e4061ab4cfde30127e332e7957afd.tar.bz2 |
Make MPC8266ADS board compile again.
Signed-off-by: Runet Torgersen <runet@innovsys.com>
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/MPC8266ADS.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/MPC8266ADS.h b/include/configs/MPC8266ADS.h index 14b041e..d392b98 100644 --- a/include/configs/MPC8266ADS.h +++ b/include/configs/MPC8266ADS.h @@ -168,6 +168,7 @@ #undef CONFIG_CMD_MFSL #undef CONFIG_CMD_MMC #undef CONFIG_CMD_NAND +#undef CONFIG_CMD_ONENAND #undef CONFIG_CMD_PCMCIA #undef CONFIG_CMD_REISER #undef CONFIG_CMD_SCSI @@ -177,6 +178,7 @@ #undef CONFIG_CMD_UNIVERSE #undef CONFIG_CMD_USB #undef CONFIG_CMD_XIMG +#undef CONFIG_CMD_AT91_SPIMUX /* Define a command string that is automatically executed when no character * is read on the console interface withing "Boot Delay" after reset. |