xen/arm: early-printk: It should depends on CONFIG_DEBUG and not debug
authorJulien Grall <julien.grall@arm.com>
Thu, 3 Nov 2016 14:36:35 +0000 (14:36 +0000)
committerWei Liu <wei.liu2@citrix.com>
Thu, 3 Nov 2016 15:02:38 +0000 (15:02 +0000)
commit7922a28a951cbda8b58b354b889574c6ea7b2524
tree3dd24a80399e2f6ec871699dde377b7e7512fcfc
parent6723676c2651a40855e37861315569892fa2b923
xen/arm: early-printk: It should depends on CONFIG_DEBUG and not debug

The variable debug is used to enable debug for the tools. As
early-printk is for the hypervisor we should use CONFIG_DEBUG.

Signed-off-by: Julien Grall <julien.grall@arm.com>
Acked-by: Wei Liu <wei.liu2@citrix.com>
Release-acked-by: Wei Liu <wei.liu2@citrix.com>
xen/arch/arm/Rules.mk