diff options
author | Nitin Garg <nitin.garg@freescale.com> | 2012-12-21 12:33:49 -0600 |
---|---|---|
committer | Nitin Garg <nitin.garg@freescale.com> | 2012-12-21 12:33:49 -0600 |
commit | b07b53788a970985363f6daee88e0ead9aff05b7 (patch) | |
tree | df5095a2bc1342d4d933a9f1685fe7d6fc3f3ed9 /include/configs | |
parent | 896d566f53e7bbe6d108ba0ded08b9087b9711a9 (diff) | |
download | u-boot-imx-b07b53788a970985363f6daee88e0ead9aff05b7.zip u-boot-imx-b07b53788a970985363f6daee88e0ead9aff05b7.tar.gz u-boot-imx-b07b53788a970985363f6daee88e0ead9aff05b7.tar.bz2 |
ENGR00238048: Add support for processor serial ATAG in uboot for iMX53
Add support for Processor UID ATAG in uboot for iMX53. The UID is
present in Fuses bank 0 at offset 0x20.
Signed-off-by: Nitin Garg <nitin.garg@freescale.com>
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/mx53_smd_android.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/configs/mx53_smd_android.h b/include/configs/mx53_smd_android.h index e6ce3ef..9a34a5b 100644 --- a/include/configs/mx53_smd_android.h +++ b/include/configs/mx53_smd_android.h @@ -59,10 +59,13 @@ */ #define CONFIG_CMDLINE_TAG 1 /* enable passing of ATAGs */ +#define CONFIG_SERIAL_TAG 1 #define CONFIG_REVISION_TAG 1 #define CONFIG_SETUP_MEMORY_TAGS 1 #define CONFIG_INITRD_TAG 1 +/* IIM Unique ID offset on Bank0 */ +#define CONFIG_IIM_UNIQUE_ID_OFFSET 0x20 /* * Size of malloc() pool */ |