commit | c11136c0391962794b39189ccb2cdba536e08727 | [log] [tgz] |
---|---|---|
author | Holger Brunck <holger.brunck@keymile.com> | Tue Sep 13 22:41:04 2011 +0000 |
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | Thu Nov 03 22:56:22 2011 +0100 |
tree | bfa864687bb82527f9a5dc64efe83efc31475f7f | |
parent | abb6999357ad0ba6e856446a5404005daf2659f2 [diff] |
arm/km: add boardid and hwkey to kernel command line We need in some cases a possibility for the kernel to distinguish on which board he is running. On powerpc we did this with different dts files. On arm currently we can't do this, so add boardid and hwkey to the kernel command line and use it later on in the kernel code. Signed-off-by: Holger Brunck <holger.brunck@keymile.com>