diff options
| author | Kyungmin Park <kmpark@infradead.org> | 2007-09-10 17:15:14 +0900 |
|---|---|---|
| committer | Stefan Roese <sr@denx.de> | 2007-09-17 08:19:08 +0200 |
| commit | d7e8ce101a4a45ed6ed45739fc2de5f87b13f7f1 (patch) | |
| tree | 96b870839f8381a5e5a56600e663a8a2c37fdad3 /include/config_cmd_all.h | |
| parent | 17aa2800457df0c06b41516f46f126712c196219 (diff) | |
| download | olio-uboot-2014.01-d7e8ce101a4a45ed6ed45739fc2de5f87b13f7f1.tar.xz olio-uboot-2014.01-d7e8ce101a4a45ed6ed45739fc2de5f87b13f7f1.zip | |
OneNAND support (take #2)
[PATCH 3/3] OneNAND support (take #2)
OneNAND support at U-Boot
Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
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 3d91e99b9..f8eca87a8 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 */ |