tcctool: add YP-T10

The SDCFG value is the default one but it seems to work

Change-Id: Iaf990aa2e8e738f0929e49322c0a28ce461d49a7
This commit is contained in:
Amaury Pouly 2013-09-18 13:06:30 +02:00
parent 4f3f639c73
commit afd85634a0

View file

@ -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)))