[U-Boot] [PATCH] TQM5200: enable support for ATAPI devices

1 Oct
2008
1 Oct
'08
12:36 p.m.
Signed-off-by: Wolfgang Denk wd@denx.de --- include/configs/TQM5200.h | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/include/configs/TQM5200.h b/include/configs/TQM5200.h index efc8da4..2cc215a 100644 --- a/include/configs/TQM5200.h +++ b/include/configs/TQM5200.h @@ -720,6 +720,9 @@ /* Interval between registers */ #define CFG_ATA_STRIDE 4
+/* Support ATAPI devices */ +#define CONFIG_ATAPI 1 + /*----------------------------------------------------------------------- * Open firmware flat tree support *-----------------------------------------------------------------------
--
1.5.6.1
6061
Age (days ago)
6061
Last active (days ago)
0 comments
1 participants
participants (1)
-
Wolfgang Denk