From afd85634a01f20f1f6d7f1a8d1685e0d1506a5f2 Mon Sep 17 00:00:00 2001 From: Amaury Pouly Date: Wed, 18 Sep 2013 13:06:30 +0200 Subject: tcctool: add YP-T10 The SDCFG value is the default one but it seems to work Change-Id: Iaf990aa2e8e738f0929e49322c0a28ce461d49a7 --- utils/tcctool/tcctool.c | 1 + 1 file changed, 1 insertion(+) (limited to 'utils') diff --git a/utils/tcctool/tcctool.c b/utils/tcctool/tcctool.c index 04587853b9..2372714a49 100644 --- a/utils/tcctool/tcctool.c +++ b/utils/tcctool/tcctool.c @@ -63,6 +63,7 @@ static struct device_t devices[] = {"x20", "iRiver X20", 0xb051, 0x20000000, 0x02e92010 }, {"ypp2", "Samsung YP-P2", 0xb011, 0x20000000, 0x22e92010 }, {"ypk3", "Samsung YP-K3", 0xb021, 0x20000000, 0x62e92018 }, + {"ypt10", "Samsung YP-T10", 0xb011, 0x20000000, 0x62e97080 }, }; #define NUM_DEVICES ((sizeof(devices) / sizeof(struct device_t))) -- cgit v1.2.3