diff options
author | Siva Durga Prasad Paladugu <siva.durga.paladugu@xilinx.com> | 2018-06-19 12:24:23 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-07-10 16:55:59 -0400 |
commit | 0fd2290cfc3b5c907783772ded82a8dfad4eb0e8 (patch) | |
tree | 07d77799903ab6de27421ce309949f0fcf206c1b /include/configs/sbc8641d.h | |
parent | bf5dd78cd4b26e8e9186311da14793110b9c3278 (diff) | |
download | u-boot-0fd2290cfc3b5c907783772ded82a8dfad4eb0e8.zip u-boot-0fd2290cfc3b5c907783772ded82a8dfad4eb0e8.tar.gz u-boot-0fd2290cfc3b5c907783772ded82a8dfad4eb0e8.tar.bz2 |
cmd: Kconfig: Move CONFIG_MP to Kconfig
This patch moves CONFIG_MP to Kconfig
Signed-off-by: Siva Durga Prasad Paladugu <sivadur@xilinx.com>
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Diffstat (limited to 'include/configs/sbc8641d.h')
-rw-r--r-- | include/configs/sbc8641d.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/sbc8641d.h b/include/configs/sbc8641d.h index 1b2e416..a620f0d 100644 --- a/include/configs/sbc8641d.h +++ b/include/configs/sbc8641d.h @@ -20,7 +20,6 @@ #define __CONFIG_H /* High Level Configuration Options */ -#define CONFIG_MP 1 /* support multiple processors */ #define CONFIG_LINUX_RESET_VEC 0x100 /* Reset vector used by Linux */ #ifdef RUN_DIAG |