summaryrefslogtreecommitdiffstats
path: root/BoardConfig.mk
diff options
context:
space:
mode:
authorYing Wang <wangying@google.com>2010-08-23 13:17:28 -0700
committerEd Heyl <edheyl@google.com>2010-08-24 10:18:28 -0700
commitaf8ea39051fbe89ec68907b4d4c5d34bc09e4ba1 (patch)
tree6b794989a3e76dc101ed41381c03fe361ad374bd /BoardConfig.mk
parent3d28011cec0eae2afb99df93a28b461e51fdb449 (diff)
downloaddevice_samsung_crespo-af8ea39051fbe89ec68907b4d4c5d34bc09e4ba1.tar.gz
device_samsung_crespo-af8ea39051fbe89ec68907b4d4c5d34bc09e4ba1.tar.bz2
device_samsung_crespo-af8ea39051fbe89ec68907b4d4c5d34bc09e4ba1.zip
Set BOARD_KERNEL_BASE and BOARD_KERNEL_PAGESIZE
Change-Id: I74035d77eca1d3fac0fc6d34d2853c6bb662e6e7
Diffstat (limited to 'BoardConfig.mk')
-rwxr-xr-xBoardConfig.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk
index a7b9f9c..d6f8b49 100755
--- a/BoardConfig.mk
+++ b/BoardConfig.mk
@@ -56,3 +56,6 @@ endif
BOARD_USES_HGL := true
BOARD_NAND_PAGE_SIZE := 4096 -s 128
+
+BOARD_KERNEL_BASE := 0x30000000
+BOARD_KERNEL_PAGESIZE := 4096