summaryrefslogtreecommitdiff
path: root/include/configs/controlcenterdc.h
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2022-03-30 18:07:24 -0400
committerTom Rini <trini@konsulko.com>2022-04-08 10:46:22 -0400
commit53dbf1160d5744c2f4bc228b14ab2d03955c02c2 (patch)
tree9f0acdb8eae4fa43873f678b2fbb400438126f8c /include/configs/controlcenterdc.h
parent55b3ba4c2ba4c464491604c5da63debae72aa5c6 (diff)
controlcenterdc: Migrate CUSTOMER_BOARD_SUPPORT to Kconfig
This symbol is only possibly useful on some mvebu platforms, so move the symbol there and select it for the only current user. Cc: Mario Six <mario.six@gdsys.cc> Cc: Stefan Roese <sr@denx.de> Signed-off-by: Tom Rini <trini@konsulko.com> Reviewed-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'include/configs/controlcenterdc.h')
-rw-r--r--include/configs/controlcenterdc.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/configs/controlcenterdc.h b/include/configs/controlcenterdc.h
index a7d922c3a2..b499d7085f 100644
--- a/include/configs/controlcenterdc.h
+++ b/include/configs/controlcenterdc.h
@@ -8,11 +8,6 @@
#define _CONFIG_CONTROLCENTERDC_H
/*
- * High Level Configuration Options (easy to change)
- */
-#define CONFIG_CUSTOMER_BOARD_SUPPORT
-
-/*
* TEXT_BASE needs to be below 16MiB, since this area is scrubbed
* for DDR ECC byte filling in the SPL before loading the main
* U-Boot into it.