RB_BOOT_DEVICE_ETHONCE),
CFG_U32("nand", "boot from NAND only",
RB_BOOT_DEVICE_NANDONLY),
+ CFG_U32("flash", "boot in flash configuration mode",
+ RB_BOOT_DEVICE_FLASHCFG),
+ CFG_U32("flashnand", "boot in flash configuration mode once, then NAND",
+ RB_BOOT_DEVICE_FLSHONCE),
};
static const struct rbcfg_value rbcfg_boot_key[] = {
#define RB_BOOT_DEVICE_CFCARD 2
#define RB_BOOT_DEVICE_ETHONCE 3
#define RB_BOOT_DEVICE_NANDONLY 5
+#define RB_BOOT_DEVICE_FLASHCFG 7
+#define RB_BOOT_DEVICE_FLSHONCE 8
#define RB_BOOT_KEY_ANY 0
#define RB_BOOT_KEY_DEL 1