commit | 31abdb744179159f8b605f56da5b197b188e1689 | [log] [tgz] |
---|---|---|
author | David Brown <davidb@codeaurora.org> | Thu Oct 01 17:43:29 2009 +0100 |
committer | Russell King <rmk+kernel@arm.linux.org.uk> | Fri Oct 02 22:32:34 2009 +0100 |
tree | 3f7831e86901526bd0da7d8da18ab4de348c22ff | |
parent | 0a4bc5e89cfc3cc3083acef130cd8b670ee56914 [diff] |
ARM: 5739/1: ARM: allow empty ATAG_CORE From: David Brown <davidb@quicinc.com> The ATAG_CORE is allowed to be empty. Although this is handled by parse_tag_core(), __vet_atags during startup rejects this tag unless it contains data. Allow the initial tag to be either the full size, or empty. Signed-off-by: David Brown <davidb@quicinc.com> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>