diff options
Diffstat (limited to 'roms/u-boot/include/configs/comtrend_vr3032u.h')
-rw-r--r-- | roms/u-boot/include/configs/comtrend_vr3032u.h | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/roms/u-boot/include/configs/comtrend_vr3032u.h b/roms/u-boot/include/configs/comtrend_vr3032u.h new file mode 100644 index 000000000..c4c7029c7 --- /dev/null +++ b/roms/u-boot/include/configs/comtrend_vr3032u.h @@ -0,0 +1,15 @@ +/* SPDX-License-Identifier: GPL-2.0+ */ +/* + * Copyright (C) 2017 Álvaro Fernández Rojas <noltari@gmail.com> + */ + +#include <configs/bmips_common.h> +#include <configs/bmips_bcm63268.h> + +#define CONFIG_REMAKE_ELF + +#ifdef CONFIG_MTD_RAW_NAND +#define CONFIG_SYS_MAX_NAND_DEVICE 1 +#define CONFIG_SYS_NAND_SELF_INIT +#define CONFIG_SYS_NAND_ONFI_DETECTION +#endif /* CONFIG_MTD_RAW_NAND */ |