X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=Kconfig;h=31e75001ff9e694befe873949cdd4055823fa12a;hb=936675c6f447f8333d9dde988917bf8a3d0c6422;hp=9d83d1a22c8c0292e6c95ead412529c49419dd1a;hpb=08919d381cf3d2adb2c2c15b9598767720ad3c7b;p=oweals%2Fu-boot.git diff --git a/Kconfig b/Kconfig index 9d83d1a22c..31e75001ff 100644 --- a/Kconfig +++ b/Kconfig @@ -253,6 +253,23 @@ config BUILD_TARGET special image will be automatically built upon calling make / buildman. +config SYS_CUSTOM_LDSCRIPT + bool "Use a custom location for the U-Boot linker script" + help + Normally when linking U-Boot we will look in the board directory, + the CPU directory and finally the "cpu" directory of the architecture + for the ile "u-boot.lds" and use that as our linker. However, in + some cases we need to provide a different linker script. To do so, + enable this option and then provide the location under + CONFIG_SYS_LDSCRIPT. + +config SYS_LDSCRIPT + depends on SYS_CUSTOM_LDSCRIPT + string "Custom ldscript location" + help + Path within the source tree to the linker script to use for the + main U-Boot binary. + endmenu # General setup menu "Boot images"