projects
/
u-boot.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Move LDSCRIPT definitions to board config files.
[u-boot.git]
/
include
/
configs
/
DASA_SIM.h
diff --git
a/include/configs/DASA_SIM.h
b/include/configs/DASA_SIM.h
index 3706071c996131274a85be34910c8ffc68101bf2..53229d94b5b34dd48f52b2f5a16159789ff3519a 100644
(file)
--- a/
include/configs/DASA_SIM.h
+++ b/
include/configs/DASA_SIM.h
@@
-37,6
+37,7
@@
#define CONFIG_DASA_SIM 1 /* ...on a DASA_SIM board */
#define CONFIG_SYS_TEXT_BASE 0xFFFC0000
+#define CONFIG_SYS_LDSCRIPT "board/esd/dasa_sim/u-boot.lds"
#define CONFIG_BOARD_EARLY_INIT_F 1 /* call board_early_init_f() */
This page took
0.028717 seconds
and
4
git commands to generate.