diff options
author | Pawit Pornkitprasan <p.pawit@gmail.com> | 2011-12-30 21:33:01 +0700 |
---|---|---|
committer | Pawit Pornkitprasan <p.pawit@gmail.com> | 2011-12-30 21:33:01 +0700 |
commit | 19f0779b5655234f1a9514651b6890a0069a5450 (patch) | |
tree | ac02e086e8c606267d53a2f2ae743dee57527998 | |
parent | a0486bc60ad1b87c6109222884befee5e5fd8ac8 (diff) | |
download | device_samsung_aries-common-19f0779b5655234f1a9514651b6890a0069a5450.zip device_samsung_aries-common-19f0779b5655234f1a9514651b6890a0069a5450.tar.gz device_samsung_aries-common-19f0779b5655234f1a9514651b6890a0069a5450.tar.bz2 |
Update BoardConfigCommon from crespo
-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 |