mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 15:14:43 +00:00
exynos: remove CONFIG_CORE_COUNT
This macro is defined, but not referenced by anyone. I did not touch config_whitelist.txt - the CONFIG will be dropped by the next re-sync. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Acked-by: Minkyu Kang <mk7.kang@samsung.com>
This commit is contained in:
parent
08019ccf9c
commit
00687674a9
2 changed files with 0 additions and 8 deletions
|
@ -43,11 +43,6 @@
|
||||||
#define CONFIG_LOWPOWER_FLAG 0x02020028
|
#define CONFIG_LOWPOWER_FLAG 0x02020028
|
||||||
#define CONFIG_LOWPOWER_ADDR 0x0202002C
|
#define CONFIG_LOWPOWER_ADDR 0x0202002C
|
||||||
|
|
||||||
/*
|
|
||||||
* Number of CPUs available
|
|
||||||
*/
|
|
||||||
#define CONFIG_CORE_COUNT 0x8
|
|
||||||
|
|
||||||
#define CONFIG_USB_XHCI_EXYNOS
|
#define CONFIG_USB_XHCI_EXYNOS
|
||||||
|
|
||||||
#endif /* __CONFIG_EXYNOS5420_H */
|
#endif /* __CONFIG_EXYNOS5420_H */
|
||||||
|
|
|
@ -43,9 +43,6 @@
|
||||||
#define CONFIG_IRAM_END (CONFIG_IRAM_BASE + CONFIG_IRAM_SIZE)
|
#define CONFIG_IRAM_END (CONFIG_IRAM_BASE + CONFIG_IRAM_SIZE)
|
||||||
#define CPU_RELEASE_ADDR secondary_boot_addr
|
#define CPU_RELEASE_ADDR secondary_boot_addr
|
||||||
|
|
||||||
/* Number of CPUs available */
|
|
||||||
#define CONFIG_CORE_COUNT 0x8
|
|
||||||
|
|
||||||
/* select serial console configuration */
|
/* select serial console configuration */
|
||||||
|
|
||||||
#define CONFIG_SYS_LOAD_ADDR (CONFIG_SYS_SDRAM_BASE + 0x3E00000)
|
#define CONFIG_SYS_LOAD_ADDR (CONFIG_SYS_SDRAM_BASE + 0x3E00000)
|
||||||
|
|
Loading…
Reference in a new issue