summaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
authorVicente Bergas <vicencb@gmail.com>2016-08-08 13:31:43 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2016-08-15 11:16:23 +0200
commit2fb0ef2053e26e6bc42466bbe2d91069da079b45 (patch)
treea28eb55d241588dc66f788d4ac111edc20b030cc /Documentation
parent20eabbf251a207845955abf43c02bf612a9255fd (diff)
downloadbarebox-2fb0ef2053e26e6bc42466bbe2d91069da079b45.tar.gz
barebox-2fb0ef2053e26e6bc42466bbe2d91069da079b45.tar.xz
fix ARMv8 interference with ARMv7
CONFIG_CPU_V8 is checked against 'y' and 'n', but the case when the variable is unset is not considered. This patch only checks the variable against a single value 'y' so the logic is always coherent even when the variable is unset. Signed-off-by: Vicente Bergas <vicencb@gmail.com> Tested-by: Vicente Bergas <vicencb@gmail.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'Documentation')
0 files changed, 0 insertions, 0 deletions