mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-27 07:01:24 +00:00
PXA: vpac270: Add missing CONFIG_SYS_TEXT_BASE
Signed-off-by: Marek Vasut <marek.vasut@gmail.com>
This commit is contained in:
parent
6a880e3965
commit
06491b87de
1 changed files with 1 additions and 0 deletions
|
@ -27,6 +27,7 @@
|
||||||
*/
|
*/
|
||||||
#define CONFIG_PXA27X 1 /* Marvell PXA270 CPU */
|
#define CONFIG_PXA27X 1 /* Marvell PXA270 CPU */
|
||||||
#define CONFIG_VPAC270 1 /* Voipac PXA270 board */
|
#define CONFIG_VPAC270 1 /* Voipac PXA270 board */
|
||||||
|
#define CONFIG_SYS_TEXT_BASE 0x0
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Environment settings
|
* Environment settings
|
||||||
|
|
Loading…
Reference in a new issue