diff options
| author | Nikita Kiryanov <[email protected]> | 2014-08-20 15:09:05 +0300 |
|---|---|---|
| committer | Stefano Babic <[email protected]> | 2014-09-09 15:37:08 +0200 |
| commit | f66113c0ef8108cb4b14d54d1b805c776e91cd21 (patch) | |
| tree | edb44cc9b5ac6e9ff3e2a705814e3a948c2e2dec /include | |
| parent | f42b2f606161d0051c14ccaccdc7fdef4bb2fc96 (diff) | |
arm: mx6: cm_fx6: use eeprom
Use Compulab eeprom module to obtain revision number, serial number, and
mac address from the EEPROM.
Cc: Igor Grinberg <[email protected]>
Cc: Stefano Babic <[email protected]>
Cc: Tom Rini <[email protected]>
Signed-off-by: Nikita Kiryanov <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/cm_fx6.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/cm_fx6.h b/include/configs/cm_fx6.h index e70259e0c85..cccc989f9ce 100644 --- a/include/configs/cm_fx6.h +++ b/include/configs/cm_fx6.h @@ -232,6 +232,8 @@ #define CONFIG_SYS_BOOTMAPSZ (8 << 20) #define CONFIG_SETUP_MEMORY_TAGS #define CONFIG_INITRD_TAG +#define CONFIG_REVISION_TAG +#define CONFIG_SERIAL_TAG /* misc */ #define CONFIG_SYS_GENERIC_BOARD |
