diff options
author | Wolfgang Denk <wd@denx.de> | 2007-10-13 21:40:23 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2007-10-13 21:40:23 +0200 |
commit | 23c56f97caa3b585ab1290f0e7895f0f9e82113f (patch) | |
tree | b1c5f110fd310f8c69ebdac4cb1272c7c0b29630 /include/config_cmd_all.h | |
parent | de74b9eeacccaf0a42e5ecc9ae79a88f7a311296 (diff) | |
parent | 30363e98fa470fbecea5e8bc0f1443352754f303 (diff) | |
download | u-boot-23c56f97caa3b585ab1290f0e7895f0f9e82113f.tar.gz |
Merge branch 'master' of git://www.denx.de/git/u-boot-nand-flash
Diffstat (limited to 'include/config_cmd_all.h')
-rw-r--r-- | include/config_cmd_all.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/config_cmd_all.h b/include/config_cmd_all.h index 77ea025c09..d7ef65d5dd 100644 --- a/include/config_cmd_all.h +++ b/include/config_cmd_all.h @@ -59,6 +59,7 @@ #define CONFIG_CMD_NAND /* NAND support */ #define CONFIG_CMD_NET /* bootp, tftpboot, rarpboot */ #define CONFIG_CMD_NFS /* NFS support */ +#define CONFIG_CMD_ONENAND /* OneNAND support */ #define CONFIG_CMD_PCI /* pciinfo */ #define CONFIG_CMD_PCMCIA /* PCMCIA support */ #define CONFIG_CMD_PING /* ping support */ |