uboot: check various configuration parameters and bail out if empty
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Tue, 20 May 2014 20:42:31 +0000 (22:42 +0200)
committerPeter Korsgaard <peter@korsgaard.com>
Tue, 20 May 2014 21:51:37 +0000 (23:51 +0200)
commit1ed01c9aaa90a04fdc720c54d584617b35c69f6f
treefdb22b4487e393bd7632d86abf73a6dd2ecbbf60
parent1698bbe49ffc2874afcdd855a97ac6468bd2814b
uboot: check various configuration parameters and bail out if empty

Following the issues reported by Jerry <g4@novadsp.com>, it appears
that there are a number of U-Boot configuration variables we are not
checking properly, leaving users with weird behavior at build time.

This commit extends the existing U-Boot checks to verify that when a
custom version, custom tarball, or custom Git or Mercurial
repositories are selected, the appropriate fields are not empty in the
configuration.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
boot/uboot/uboot.mk