From 03d40c27c17cf94f267bf9560871df350dfed54d Mon Sep 17 00:00:00 2001 From: Pawit Pornkitprasan Date: Wed, 7 Dec 2011 21:41:32 +0700 Subject: Our board is s5pc110 (s5pc110 = s5pv210 + RAM + OneNAND) Samsung stock also defines this as s5pc110 and with this, Nexus S hacks will also apply to us --- BoardConfigCommon.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'BoardConfigCommon.mk') diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index 9fd8c7f..06dd4b8 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -33,7 +33,7 @@ TARGET_NO_BOOTLOADER := true TARGET_NO_RADIOIMAGE := true TARGET_PROVIDES_INIT := true -TARGET_BOARD_PLATFORM := s5pv210 +TARGET_BOARD_PLATFORM := s5pc110 TARGET_BOOTLOADER_BOARD_NAME := aries TARGET_RECOVERY_INITRC := device/samsung/aries-common/recovery.rc -- cgit v1.1