blob: 33f1fd1ccf2a724057facc718494b7f85d8709a8 [file] [log] [blame]
/* Board configuration information.
*
* Copyright (C) 2012 Google, Inc.
*/
#ifndef BOARD_CONFIG_H__
#define BOARD_CONFIG_H__
#define BOARD_NAME "valens-b1"
#define BOARD_REV 1
#define FTS_BLK_START 2024
#define FTS_BLK_CNT 4
#define KERNEL_BLK_START 81
#define KERNEL_BLK_CNT 40
#define RECOVERY_BLK_START 1964
#define RECOVERY_BLK_CNT 60
#define CACHE_BLK_START 721
#define CACHE_BLK_CNT 1243
/* No backupsys, so make sure it is invalid */
#define BACKUPSYS_BLK_START 2048
#define BACKUPSYS_BLK_CNT 0
#define BOARD_MEM_SIZE (512 * 1024 * 1024)
#define BUTTON_GPIO 58
#define LED_WHITE_PWM 0
#define LED_RED_PWM 1
#define ENABLE_USB_BOOTIMG_HDR_VERIFY 0
#endif //BOARD_CONFIG_H__