From 87b302f4e2411749241fb4d13b6f1583ebbfd88a Mon Sep 17 00:00:00 2001 From: Antony Pavlov Date: Thu, 10 May 2012 13:35:12 +0400 Subject: MIPS: bootm: add "MIPS barebox" handler Signed-off-by: Antony Pavlov Signed-off-by: Sascha Hauer --- include/filetype.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/filetype.h') diff --git a/include/filetype.h b/include/filetype.h index 93387938be..f5de8ed2b5 100644 --- a/include/filetype.h +++ b/include/filetype.h @@ -17,6 +17,7 @@ enum filetype { filetype_oftree, filetype_aimage, filetype_sh, + filetype_mips_barebox, }; const char *file_type_to_string(enum filetype f); -- cgit v1.2.3