diff options
author | Nikita Kiryanov <nikita@compulab.co.il> | 2014-08-20 15:09:05 +0300 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2014-09-09 15:37:08 +0200 |
commit | f66113c0ef8108cb4b14d54d1b805c776e91cd21 (patch) | |
tree | edb44cc9b5ac6e9ff3e2a705814e3a948c2e2dec /include/configs/cm_fx6.h | |
parent | f42b2f606161d0051c14ccaccdc7fdef4bb2fc96 (diff) | |
download | u-boot-midas-f66113c0ef8108cb4b14d54d1b805c776e91cd21.tar.gz u-boot-midas-f66113c0ef8108cb4b14d54d1b805c776e91cd21.tar.bz2 u-boot-midas-f66113c0ef8108cb4b14d54d1b805c776e91cd21.zip |
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 <grinberg@compulab.co.il>
Cc: Stefano Babic <sbabic@denx.de>
Cc: Tom Rini <trini@ti.com>
Signed-off-by: Nikita Kiryanov <nikita@compulab.co.il>
Diffstat (limited to 'include/configs/cm_fx6.h')
-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 e70259e0c8..cccc989f9c 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 |