recovery: update is modified to support various image
[kernel/u-boot.git] / include / configs / s5pc1xx_universal.h
index 7ccdd23..c4ffa75 100644 (file)
@@ -37,6 +37,7 @@
 #define CONFIG_S5PC110         1       /* which is in a S5PC110 */
 #define CONFIG_UNIVERSAL       1       /* working with Universal */
 #define CONFIG_MACH_AQUILA     1       /* working with Aquila */
+#define CONFIG_RECOVERY                1       /* working with recovery block */
 
 #include <asm/arch/cpu.h>              /* get chip and board defs */
 
 #define CONFIG_ONENAND_START_PAGE      4
 
 /* IPL + RECOVERY + U-BOOT */
+#define CONFIG_RECOVERY_UBOOT_BLOCK    1
 #define CONFIG_RECOVERY_BOOT_BLOCKS    4
 
 #define CONFIG_ENV_IS_IN_ONENAND       1