commit | a391d5004ea381c3496c8dc3498031aeebdabc9a | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Fri Aug 12 08:31:17 2016 -0400 |
committer | Tom Rini <trini@konsulko.com> | Sat Aug 20 11:35:08 2016 -0400 |
tree | 480212daa04776130300052971e00bfa102df3a1 | |
parent | 269592719860245f3b3ba3fe48c6cb6c3cabdbb6 [diff] |
Kconfig: DISTRO_DEFAULTS: Only enable CMD_BOOTZ for ARM The 'bootz' command is really only for ARM32 Linux Kernel 'zImage' files but has also been adapted for testing with sandbox. Given that sandbox is a test platform, don't add that logic under DISTRO_DEFAULTS. Cc: Hans de Goede <hdegoede@redhat.com> Signed-off-by: Tom Rini <trini@konsulko.com>