diff options
author | Paul Kocialkowski <contact@paulk.fr> | 2015-07-20 15:17:14 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2015-08-12 20:47:38 -0400 |
commit | 9f4e1e94bb790cd85eb9904a78b396b512e0ce0b (patch) | |
tree | 0af25f49d5a2b7f9cf73bd41bdd72e38d9bad572 /include/configs/sniper.h | |
parent | 169ecb4a83c86dba7d19442de05310f0c068f0d1 (diff) |
sniper: Pass serial number through ATAG
Now that the serial number is correctly defined, we can pass it to the kernel
using the (legacy) ATAG method. It will be automatically passed via device-tree
when enabled.
Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
Reviewed-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/configs/sniper.h')
-rw-r--r-- | include/configs/sniper.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/sniper.h b/include/configs/sniper.h index 2ac9291c440..f17bb041490 100644 --- a/include/configs/sniper.h +++ b/include/configs/sniper.h @@ -240,6 +240,7 @@ #define CONFIG_CMDLINE_TAG #define CONFIG_INITRD_TAG #define CONFIG_REVISION_TAG +#define CONFIG_SERIAL_TAG /* * Boot |