mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-18 21:21:37 +00:00
ARM: mvebu: db-88f6820: remove redundant comment
After migration to Kconfig the comment about TEXT_BASE has become redundant. Signed-off-by: Chris Packham <judge.packham@gmail.com> Signed-off-by: Stefan Roese <sr@denx.de>
This commit is contained in:
parent
2b4d964718
commit
093c0ab239
2 changed files with 0 additions and 10 deletions
|
@ -10,11 +10,6 @@
|
||||||
* High Level Configuration Options (easy to change)
|
* High Level Configuration Options (easy to change)
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/*
|
|
||||||
* 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.
|
|
||||||
*/
|
|
||||||
#define CONFIG_SYS_TCLK 200000000 /* 200MHz */
|
#define CONFIG_SYS_TCLK 200000000 /* 200MHz */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
|
@ -10,11 +10,6 @@
|
||||||
* High Level Configuration Options (easy to change)
|
* High Level Configuration Options (easy to change)
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/*
|
|
||||||
* 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.
|
|
||||||
*/
|
|
||||||
#define CONFIG_SYS_TCLK 250000000 /* 250MHz */
|
#define CONFIG_SYS_TCLK 250000000 /* 250MHz */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
Loading…
Add table
Reference in a new issue