]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
image: fix build when CONFIG_NR_DRAM_BANKS is disabled on ARM
authorMatt Porter <mporter@konsulko.com>
Tue, 5 May 2015 19:00:22 +0000 (15:00 -0400)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 8 Sep 2015 20:47:09 +0000 (22:47 +0200)
commitaac081a37e419c0d627d4ca257689dae543403ac
tree187ac17f5e1c7daf439949db62736cb984dd83f4
parent2b87dfa278d4066f9e8f63e036a5b2484bba8356
image: fix build when CONFIG_NR_DRAM_BANKS is disabled on ARM

common/image.c currently implicitly depends on CONFIG_NR_DRAM_BANKS
when CONFIG_ARM is enabled. Make this requirement explicit.

Signed-off-by: Matt Porter <mporter@konsulko.com>
common/image.c