Do not set -DCOMPRESSED_UBOOT=0
authorTobias Diedrich <ranma+coreboot@tdiedrich.de>
Mon, 19 Oct 2015 17:46:22 +0000 (19:46 +0200)
committerTobias Diedrich <ranma+coreboot@tdiedrich.de>
Mon, 19 Oct 2015 17:46:22 +0000 (19:46 +0200)
commita2d772ed1a3a7cdbb9ca0c3470af6d4ccf601698
tree8031ebd06d20e0ea4eedbadab62270e0fbd4e742
parent3749decc830c7f53827bcfe0d2ea448a0870e890
Do not set -DCOMPRESSED_UBOOT=0

The code only checks for existance, so -DCOMPRESSED_UBOOT=0
leads to "#ifdef COMPRESSED_UBOOT" protected sections to be wrongly
included.
u-boot/config.mk