diff options
author | Ziyan <jaraidaniel@gmail.com> | 2016-02-22 21:20:50 +0100 |
---|---|---|
committer | Andreas Blaesius <skate4life@gmx.de> | 2016-02-22 22:09:01 +0100 |
commit | f8a12a261d5a7b1d1c6b69c9d3fc3abee95d55bc (patch) | |
tree | 882433450831101fe6402b7db0e2ed1debe623d2 | |
parent | a6644b5bf42ea05df483344a0ed64562cc1ce3c5 (diff) | |
download | device_samsung_espressowifi-f8a12a261d5a7b1d1c6b69c9d3fc3abee95d55bc.zip device_samsung_espressowifi-f8a12a261d5a7b1d1c6b69c9d3fc3abee95d55bc.tar.gz device_samsung_espressowifi-f8a12a261d5a7b1d1c6b69c9d3fc3abee95d55bc.tar.bz2 |
Move TARGET_KERNEL_CONFIG to espresso-common (1/5)
Change-Id: I5e8b335bfd98500828a86be0b12328e793f5b6a1
-rw-r--r-- | BoardConfigCommon.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index e158a55..9ca5c43 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -27,6 +27,7 @@ TARGET_BOOTLOADER_BOARD_NAME := piranha # Inline kernel building TARGET_KERNEL_SOURCE := kernel/samsung/espresso10 +TARGET_KERNEL_CONFIG := espresso_defconfig BOARD_NAND_PAGE_SIZE := 4096 BOARD_NAND_SPARE_SIZE := 128 BOARD_KERNEL_PAGESIZE := 2048 |