commit | 37dbd1c1adbbe17079da313c03303ff7d3eb6bc5 | [log] [tgz] |
---|---|---|
author | Laurence Withers <lwithers@guralp.com> | Mon Jul 18 09:53:19 2011 -0400 |
committer | U-Boot <uboot@aari01-12.(none)> | Wed Aug 03 12:49:19 2011 +0200 |
tree | f6304a298cc8dcde08a4603fa82ed1b60d97c51f | |
parent | 2c6e0b07dcabd5e2ad739c07dde494447f039c39 [diff] |
DA8xx: switch an enum to defines for consistency There are two main sets of LPSC constants, depending on the processor family. The DA8xx constants were given in an enum whereas the non-DA8xx constants were preprocessor defines. This commit switches the DA8xx constants to defines for consistency. Signed-off-by: Laurence Withers <lwithers@guralp.com> Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>