diff options
| author | Amaury Pouly <amaury.pouly@gmail.com> | 2016-09-26 21:23:21 +0100 |
|---|---|---|
| committer | Amaury Pouly <amaury.pouly@gmail.com> | 2016-12-12 12:06:29 +0100 |
| commit | 9aeb6f48b8bc52833aaa90246c3fd21fbd6c2ab5 (patch) | |
| tree | a637f1c07a51765056c5ccc5826233d65a031771 | |
| parent | a983859291e29e2cfe26df8e00814b546d865b5c (diff) | |
| download | rockbox-9aeb6f48b8bc52833aaa90246c3fd21fbd6c2ab5.zip rockbox-9aeb6f48b8bc52833aaa90246c3fd21fbd6c2ab5.tar.gz rockbox-9aeb6f48b8bc52833aaa90246c3fd21fbd6c2ab5.tar.bz2 rockbox-9aeb6f48b8bc52833aaa90246c3fd21fbd6c2ab5.tar.xz | |
Make it clear that the NWZ-E370 port also handles NWZ-E380
Change-Id: Icc061f15f4cac3d8bd9f95ea3b583556a9402f0b
| -rw-r--r-- | firmware/export/config/sonynwze370.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/firmware/export/config/sonynwze370.h b/firmware/export/config/sonynwze370.h index 6edb79a..0f88d98 100644 --- a/firmware/export/config/sonynwze370.h +++ b/firmware/export/config/sonynwze370.h @@ -1,5 +1,5 @@ /* - * This config file is for the Sony NWZ-E370 series + * This config file is for the Sony NWZ-E370/E380 series */ #define IMX233_SUBTARGET 3780 #define IMX233_PACKAGE IMX233_BGA169 @@ -7,7 +7,7 @@ /* For Rolo and boot loader */ #define MODEL_NUMBER 88 -#define MODEL_NAME "Sony NWZ-E370 series" +#define MODEL_NAME "Sony NWZ-E370/E380 series" #define HW_SAMPR_CAPS SAMPR_CAP_ALL |