diff options
-rw-r--r-- | BoardConfigCommon.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index 06dd4b8..ff0de83 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -55,11 +55,11 @@ BOARD_HAVE_BLUETOOTH := true BOARD_HAVE_BLUETOOTH_BCM := true # Video Devices -BOARD_USES_OVERLAY := true BOARD_V4L2_DEVICE := /dev/video1 BOARD_CAMERA_DEVICE := /dev/video0 -BOARD_NAND_PAGE_SIZE := 4096 -s 128 +BOARD_NAND_PAGE_SIZE := 4096 +BOARD_NAND_SPARE_SIZE := 128 BOARD_KERNEL_BASE := 0x32000000 BOARD_KERNEL_PAGESIZE := 4096 BOARD_KERNEL_CMDLINE := console=ttyFIQ0,115200 init=/init no_console_suspend |