]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
common: fix include guards for CONFIG_MP
authorGabriel Huau <leirbag2311@gmail.com>
Wed, 3 Sep 2014 20:57:54 +0000 (13:57 -0700)
committerTom Rini <trini@ti.com>
Tue, 16 Sep 2014 16:23:58 +0000 (12:23 -0400)
commitec3b48201d0338efa7f3ce4173ffe69e573e2511
tree2f83ce335832dc5b22b4b2c9707c3613a603464e
parentf458e3559b4a77b72c2143b6c61e0bfbf07035bc
common: fix include guards for CONFIG_MP

This was breaking the build for some boards:
MPC8536DS MPC8536DS_36BIT MPC8536DS_SDCARD MPC8536DS_SPIFLASH qemu-ppce500

Include only these features for some PPC boards if the configuration for MultiProcessor
is enabled.

Signed-off-by: Gabriel Huau <contact@huau-gabriel.fr>
Cc: Tom Rini <trini@ti.com>
Cc: York Sun <yorksun@freescale.com>
Acked-by: York Sun <yorksun@freescale.com>
common/board_f.c