summaryrefslogtreecommitdiffstats
path: root/common/module.lds.S
diff options
context:
space:
mode:
Diffstat (limited to 'common/module.lds.S')
-rw-r--r--common/module.lds.S4
1 files changed, 2 insertions, 2 deletions
diff --git a/common/module.lds.S b/common/module.lds.S
index ae5ca5cf84..52454f71b1 100644
--- a/common/module.lds.S
+++ b/common/module.lds.S
@@ -22,7 +22,7 @@
*
*/
-#include <asm-generic/u-boot.lds.h>
+#include <asm-generic/barebox.lds.h>
SECTIONS
{
@@ -38,7 +38,7 @@ SECTIONS
. = ALIGN(4);
.got : { *(.got) }
- .u_boot_cmd : { U_BOOT_CMDS }
+ .barebox_cmd : { BAREBOX_CMDS }
. = ALIGN(4);
.bss : { *(.bss) }
}