X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=Makefile;h=8e551eb555d12cf5e910b455872f01ee330c9042;hb=37ed6cdd4159195bfad68d8a237f6adda8f482cb;hp=84b49fe1b3b7f2c8743c8cb422d606b4d65c6cb5;hpb=e8aac8e7bfc7cfdef5780f8f1d4c85184f59a06f;p=oweals%2Fu-boot.git diff --git a/Makefile b/Makefile index 84b49fe1b3..8e551eb555 100644 --- a/Makefile +++ b/Makefile @@ -430,6 +430,7 @@ inka4x0_config: unconfig @$(MKCONFIG) inka4x0 ppc mpc5xxx inka4x0 lite5200b_config \ +lite5200b_PM_config \ lite5200b_LOWBOOT_config: unconfig @mkdir -p $(obj)include @mkdir -p $(obj)board/icecube @@ -438,6 +439,10 @@ lite5200b_LOWBOOT_config: unconfig @ echo "... DDR memory revision" @ echo "#define CONFIG_MPC5200" >>$(obj)include/config.h @ echo "#define CONFIG_LITE5200B" >>$(obj)include/config.h + @[ -z "$(findstring _PM_,$@)" ] || \ + { echo "#define CONFIG_LITE5200B_PM" >>$(obj)include/config.h ; \ + echo "... with power management (low-power mode) support" ; \ + } @[ -z "$(findstring LOWBOOT_,$@)" ] || \ { echo "TEXT_BASE = 0xFF000000" >$(obj)board/icecube/config.tmp ; \ echo "... with LOWBOOT configuration" ; \