mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-28 07:31:15 +00:00
exynos: Drop CONFIG_DEVICE_TREE_LIST
This value isn't used anywhere, drop it. Signed-off-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
parent
28f9c3125d
commit
38c108f88d
3 changed files with 0 additions and 9 deletions
|
@ -18,9 +18,6 @@
|
|||
|
||||
#define CONFIG_SPL_MAX_FOOTPRINT (30 * 1024)
|
||||
|
||||
#define CONFIG_DEVICE_TREE_LIST "exynos5800-peach-pi" \
|
||||
"exynos5420-peach-pit exynos5420-smdk5420"
|
||||
|
||||
#define CONFIG_PHY_IRAM_BASE 0x02020000
|
||||
|
||||
/* Address for relocating helper code (Last 4 KB of IRAM) */
|
||||
|
|
|
@ -27,9 +27,6 @@
|
|||
/* Timer input clock frequency */
|
||||
#define COUNTER_FREQUENCY 24000000
|
||||
|
||||
/* Device Tree */
|
||||
#define CONFIG_DEVICE_TREE_LIST "exynos7420-espresso7420"
|
||||
|
||||
/* IRAM Layout */
|
||||
#define CONFIG_IRAM_BASE 0x02100000
|
||||
#define CONFIG_IRAM_SIZE 0x58000
|
||||
|
|
|
@ -28,9 +28,6 @@
|
|||
/* Timer input clock frequency */
|
||||
#define COUNTER_FREQUENCY 26000000
|
||||
|
||||
/* Device Tree */
|
||||
#define CONFIG_DEVICE_TREE_LIST "EXYNOS78x0-a5y17lte"
|
||||
|
||||
#define CPU_RELEASE_ADDR secondary_boot_addr
|
||||
|
||||
#define CONFIG_SYS_BAUDRATE_TABLE \
|
||||
|
|
Loading…
Reference in a new issue